Skip to content

Commit a1144dc

Browse files
committed
test: run node 7 tests with upgraded npm re: #12297
1 parent dfc4ad7 commit a1144dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
run: npm install -g npm@3
2323
if: ${{ matrix.node <= 5 }}
2424

25+
- name: Upgrade Node 7 npm
26+
run: npm install -g npm@6
27+
if: ${{ matrix.node == 7 }}
28+
2529
- run: npm install
2630

2731
- name: Setup

0 commit comments

Comments
 (0)