diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a19ec0..5ccf732 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,10 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Update to npm@^7.2 on Node 15 + if: matrix.node-version == 15.x + run: npm i -g npm@^7.2 + - name: Environment Information run: | node --version