Skip to content

Commit 70d6321

Browse files
committed
Use npm@7 in GH CI
1 parent 8436b63 commit 70d6321

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
ref: gh-pages
2626
path: gh-pages
2727

28+
- run: npm install -g npm@7
2829
- run: npm install
2930

3031
- name: Set TAG env to devel

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v2
25+
- run: npm install -g npm@7
2526
- run: npm install
2627
- run: npm test
2728
env:

.github/workflows/web.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v2
24+
- run: npm install -g npm@7
2425
- run: npm install
2526
- run: node smoke-test.js

0 commit comments

Comments
 (0)