From 68c78b6bf72740dfeeb806337fde1aa53fbb1eb2 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Sat, 26 Feb 2022 01:35:11 -0700 Subject: [PATCH] fixup! chore: use `@npmcli/template-oss` --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a562b12..ce30ec07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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