Skip to content

Commit

Permalink
remove nvm and npm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Aug 16, 2024
1 parent 1083057 commit bd54445
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ jobs:

# don't restore the cache, otherwise we get artifacts left over from the previous run sit in the cache for eternity. Do a clean build every time.

- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm i -g "npm@$(jq -r .engines.npm < package.json)"

- run: npm ci

# install cypress so we don't have to do that every time
Expand Down

0 comments on commit bd54445

Please sign in to comment.