Skip to content

Commit

Permalink
Keeping npm@9 (supported by Node 14 thru 20)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelalejandro committed Oct 21, 2023
1 parent fb955a2 commit cc020ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
check-latest: true
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: npm 10
run: npm i -g npm@10 --registry=https://registry.npmjs.org
- name: npm 9
run: npm i -g npm@9 --registry=https://registry.npmjs.org
- name: install dependencies
run: npm ci
- name: build, and test the package
Expand Down

0 comments on commit cc020ff

Please sign in to comment.