Skip to content

Commit

Permalink
set cypress node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorreem committed Dec 28, 2024
1 parent b80d4a8 commit 8cfe2f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cypress-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'

- name: Run cypress
uses: cypress-io/github-action@v6.7.7
with:
Expand Down

0 comments on commit 8cfe2f3

Please # to comment.