From a1144dc0220929de0e9b7faf93d793c10e77f094 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Sun, 21 Aug 2022 19:19:33 -0400 Subject: [PATCH] test: run node 7 tests with upgraded npm re: #12297 --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) 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