diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a4eb6af80d..861870b0dc7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,10 @@ jobs: run: npm install -g npm@3 if: ${{ matrix.node <= 5 }} + - name: Upgrade Node 7 npm + run: npm install -g npm@6 + if: ${{ matrix.node == 7 }} + - run: npm install - name: Setup