Skip to content

Commit 7c9c8c6

Browse files
committed
fix
1 parent c630c58 commit 7c9c8c6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_frontend.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14+
- name: Use Node.js 22.x
15+
uses: actions/setup-node@v4
16+
with:
17+
node-version: 22.x
18+
cache: 'npm'
1419
- name: Docker login
1520
run: docker login ghcr.io -u previ -p ${{ secrets.GHCR_BACKEND_STUB_RO }}
1621
- name: Run stub
@@ -22,7 +27,6 @@ jobs:
2227
with:
2328
#build: npm run build-test
2429
start: npm run test
25-
node-version: 22.x
2630
wait-on: 'http://localhost:5000/api/v1/openapi.json'
2731
wait-on-timeout: 60
2832
browser: chrome

0 commit comments

Comments
 (0)