Skip to content

Commit

Permalink
added Install node command in the cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sksaju committed Nov 5, 2024
1 parent 24eb11b commit fa93074
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa93074

Please sign in to comment.