Skip to content

Commit c630c58

Browse files
committed
bump cypress
1 parent 73be1a4 commit c630c58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_frontend.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
# Install NPM dependencies, cache them correctly
1919
# and run all Cypress tests
2020
- name: Cypress run
21-
uses: cypress-io/github-action@v4
21+
uses: cypress-io/github-action@v6
2222
with:
2323
#build: npm run build-test
2424
start: npm run test
25+
node-version: 22.x
2526
wait-on: 'http://localhost:5000/api/v1/openapi.json'
2627
wait-on-timeout: 60
2728
browser: chrome

0 commit comments

Comments
 (0)