Skip to content

Commit 555ca53

Browse files
committed
Check NPM version in CI
1 parent 9a6d3b1 commit 555ca53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/setup-node@master
2121
with:
2222
node-version: ${{ matrix.node }}
23+
- run: npm --version
2324
- run: npm ci
2425
- run: npm run build
2526
- run: npm run test:ci
@@ -38,6 +39,7 @@ jobs:
3839
- uses: actions/setup-node@master
3940
with:
4041
node-version: ${{ matrix.node }}
42+
- run: npm --version
4143
- run: npm ci
4244
- run: npm run build
4345
- run: npm run test:ci

0 commit comments

Comments
 (0)