Skip to content

Commit

Permalink
Print used node version in CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Aug 23, 2022
1 parent 0b7f724 commit a95a149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: node --version
- run: npm ci
- run: npm run build
- run: npm run format-check
Expand Down

0 comments on commit a95a149

Please sign in to comment.