Skip to content

Commit 77ebcca

Browse files
committed
build: use npm 7 in github actions
1 parent 5b95c43 commit 77ebcca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
node-version: 14.x
2020

21+
- run: npm i -g npm@7
2122
- run: npm ci
2223
- run: npm run build
2324

@@ -30,6 +31,7 @@ jobs:
3031
with:
3132
node-version: 14.x
3233

34+
- run: npm i -g npm@7
3335
- run: npm ci
3436
- run: npm run lint
3537

@@ -42,6 +44,7 @@ jobs:
4244
with:
4345
node-version: 14.x
4446

47+
- run: npm i -g npm@7
4548
- run: npm ci
4649
- run: npm run test-no-progress
4750
- run: npm run report-coverage
@@ -55,5 +58,6 @@ jobs:
5558
with:
5659
node-version: 14.x
5760

61+
- run: npm i -g npm@7
5862
- run: npm ci
5963
- run: npm run tsd

0 commit comments

Comments
 (0)