Skip to content

Commit

Permalink
print node version during test
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro5id committed May 6, 2023
1 parent 9d88e98 commit a3c2db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-on-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
node-version: 14

- name: Test javascript on node v14
run: npm run test:javascript
run: node --version && npm run test:javascript

0 comments on commit a3c2db4

Please sign in to comment.