diff --git a/.github/workflows/cypress_tests.yml b/.github/workflows/cypress_tests.yml index 82f249d8..2855c51c 100644 --- a/.github/workflows/cypress_tests.yml +++ b/.github/workflows/cypress_tests.yml @@ -25,6 +25,7 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v5 with: + node-version: 18 start: yarn dev wait-on: 'http://localhost:3000' quiet: true