Skip to content

Commit

Permalink
fixup! chore: use @npmcli/template-oss
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Feb 26, 2022
1 parent 3916d89 commit 68c78b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -55,7 +55,11 @@ jobs:
node lib/npm.js install --no-fund --no-audit -g ..\npm-7.5.4.tgz
cd ..
rmdir /s /q package
- name: Update to npm7 on node 10
if: startsWith(matrix.node-version, '10')
run: npm i --prefer-online --no-fund --no-audit -g npm@^7
- name: Update npm
if: startsWith(matrix.node-version, '10') == false
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- run: npm i
Expand Down

0 comments on commit 68c78b6

Please sign in to comment.