Skip to content

Commit

Permalink
chore: print npm version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes committed Sep 4, 2022
1 parent 9b58a0f commit 2239fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm --version
- run: npm ci
- run: npm test -- --ci
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 2239fce

Please sign in to comment.