Skip to content

Commit

Permalink
Updated to Node20 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anirbmuk committed Apr 11, 2024
1 parent 69a2c78 commit f2d54b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-devpush-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm run test:headless

- name: Run e2e tests
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@V6
with:
start: npm run start
browser: chrome
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-push-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm run test:headless

- name: Run e2e tests
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@V6
with:
start: npm run start
browser: chrome
Expand Down

0 comments on commit f2d54b7

Please sign in to comment.