Skip to content

Commit 4650e06

Browse files
committed
update npm on node@6
1 parent 50a6d81 commit 4650e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- uses: actions/setup-node@v4
4242
with:
4343
node-version: ${{ matrix.node }}
44+
- run: npm i -g npm@7
45+
if: matrix.node == 6
4446
- name: install dependencies
4547
run: npm install
4648
- name: test

0 commit comments

Comments
 (0)