Skip to content

Commit

Permalink
ci: print node + npm version prior to build/test
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 6, 2022
1 parent 401ba42 commit 15b2855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
- name: Test
id: test
run: |
node -v
npm -v
yarn build:cli # Needed for CLI tests
yarn test
env:
Expand Down

0 comments on commit 15b2855

Please sign in to comment.