diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index ea4a9a57..6463d280 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,3 +1,5 @@ +name: Cypress + env: NODE_VERSION: 20 WORKING_DIRECTORY: ./app-src @@ -28,4 +30,4 @@ jobs: install-command: yarn --frozen-lockfile command: yarn run cy:run wait-on: 'http://localhost:3000' - browser: chrome, firefox, edge \ No newline at end of file + browser: chrome, firefox, edge