Print used node version in CI job

This commit is contained in:
Michal Dorner
2022-08-23 22:46:11 +02:00
parent 0b7f7244db
commit a95a149c9a

View File

@@ -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