diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index fc5836e..3d30f12 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -35,6 +35,10 @@ jobs: - name: Display structure of downloaded files run: ls -R working-directory: ${{ github.event.repository.name }} + - name: Install node + uses: actions/setup-node@v4 + with: + node-version-file: '.nvmrc' - name: Cache node_modules id: cache-node-modules uses: actions/cache@v4