Skip to content

Commit

Permalink
Explicitly set node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhoads committed Jun 12, 2023
1 parent e2e63b4 commit 4ba7412
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cypress_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:
matrix:
containers: [1, 2, 3, 4, 5]
steps:
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Checkout
uses: actions/checkout@v3

- name: Cypress run
uses: cypress-io/github-action@v5
with:
node-version: 18
start: yarn dev
wait-on: 'http://localhost:3000'
quiet: true
Expand Down

0 comments on commit 4ba7412

Please sign in to comment.