Skip to content

Commit 2239fce

Browse files
committed
chore: print npm version in CI
1 parent 9b58a0f commit 2239fce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: ${{ matrix.node-version }}
19+
- run: npm --version
1920
- run: npm ci
2021
- run: npm test -- --ci
2122
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)