Skip to content

Commit aee6ba4

Browse files
committed
log node version for debugging purposes
1 parent 5443a71 commit aee6ba4

File tree

6 files changed

+38
-486
lines changed

6 files changed

+38
-486
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
- run: node --version
1415
- run: npm ci
1516
- run: npm test
1617

0 commit comments

Comments
 (0)