Skip to content

Commit

Permalink
test: run node 7 tests with upgraded npm re: #12297
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 21, 2022
1 parent dfc4ad7 commit a1144dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -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
Expand Down

0 comments on commit a1144dc

Please sign in to comment.