Skip to content

Commit dfc4ad7

Browse files
committed
test: try upgrading npm for node v4 tests re: #12297
1 parent b9e985c commit dfc4ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node }}
2020

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

2525
- run: npm install
2626

0 commit comments

Comments
 (0)