Skip to content

Commit

Permalink
test: try upgrading npm for node v4 tests re: #12297
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 21, 2022
1 parent b9e985c commit dfc4ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Upgrade Node 5 npm
- name: Upgrade Node <= 5 npm
run: npm install -g npm@3
if: ${{ matrix.node == 5 }}
if: ${{ matrix.node <= 5 }}

- run: npm install

Expand Down

0 comments on commit dfc4ad7

Please sign in to comment.