Skip to content

Commit

Permalink
update node to 20 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 27, 2024
1 parent bf71a24 commit b24aaa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/angular-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
using: 'composite'
steps:
- name: Run Cypress tests 🧪
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
start: npm run cy:start
wait-on: 'http://localhost:4200'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-base-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: ./.github/workflows/actions/e2e-setup

- name: Run Cypress
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
start: node ./web-server.js
wait-on: 'http://localhost:3333'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: ./.github/workflows/actions/e2e-setup

- name: Run Cypress
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
start: node ./web-server.js
wait-on: 'http://localhost:3333'
Expand Down

0 comments on commit b24aaa6

Please sign in to comment.