Skip to content

Commit

Permalink
ci: Add Dump version step
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 7, 2020
1 parent 9dec37c commit 99cc446
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'

- run: npm i -g npm
- name: Dump version
run: |
node -v
npm --version
git --version
- run: npm ci
- run: npm run format:check
- run: npm run lint
Expand Down

0 comments on commit 99cc446

Please sign in to comment.