Skip to content

Commit eea8b05

Browse files
committed
fix: forgot to put latest npm in that stage
1 parent 459f716 commit eea8b05

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
uses: actions/setup-node@v1
2121
with:
2222
node-version: ${{ matrix.node-version }}
23+
24+
- run: npm i -g npm@latest
25+
2326
- run: npm ci -ws
2427
- run: npm run lint -ws
2528
- run: npm run build -ws

.github/workflows/npm-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- uses: actions/setup-node@v1
3030
with:
3131
node-version: ${{ env.NODE_VERSION }}
32+
33+
- run: npm i -g npm@latest
34+
3235
- run: |
3336
npm ci -ws
3437
npm run lint -ws

0 commit comments

Comments
 (0)