|
|
@ -37,7 +37,7 @@ jobs:
|
|
|
|
python-version: "3.12"
|
|
|
|
python-version: "3.12"
|
|
|
|
- uses: actions/setup-node@v4
|
|
|
|
- uses: actions/setup-node@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: 20
|
|
|
|
node-version: 22
|
|
|
|
cache: npm
|
|
|
|
cache: npm
|
|
|
|
cache-dependency-path: package-lock.json
|
|
|
|
cache-dependency-path: package-lock.json
|
|
|
|
- run: pip install poetry
|
|
|
|
- run: pip install poetry
|
|
|
@ -66,7 +66,7 @@ jobs:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/setup-node@v4
|
|
|
|
- uses: actions/setup-node@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: 20
|
|
|
|
node-version: 22
|
|
|
|
cache: npm
|
|
|
|
cache: npm
|
|
|
|
cache-dependency-path: package-lock.json
|
|
|
|
cache-dependency-path: package-lock.json
|
|
|
|
- run: make deps-frontend
|
|
|
|
- run: make deps-frontend
|
|
|
@ -137,7 +137,7 @@ jobs:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/setup-node@v4
|
|
|
|
- uses: actions/setup-node@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: 20
|
|
|
|
node-version: 22
|
|
|
|
cache: npm
|
|
|
|
cache: npm
|
|
|
|
cache-dependency-path: package-lock.json
|
|
|
|
cache-dependency-path: package-lock.json
|
|
|
|
- run: make deps-frontend
|
|
|
|
- run: make deps-frontend
|
|
|
@ -186,7 +186,7 @@ jobs:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/setup-node@v4
|
|
|
|
- uses: actions/setup-node@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: 20
|
|
|
|
node-version: 22
|
|
|
|
cache: npm
|
|
|
|
cache: npm
|
|
|
|
cache-dependency-path: package-lock.json
|
|
|
|
cache-dependency-path: package-lock.json
|
|
|
|
- run: make deps-frontend
|
|
|
|
- run: make deps-frontend
|
|
|
|