Print node and NPM versions

This commit is contained in:
Daz DeBoer 2022-12-07 13:41:16 +13:00
parent e70e4c5e6b
commit c82ad7fca4
No known key found for this signature in database
GPG Key ID: DD6B9F0B06683D5D

View File

@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v3
- name: Build
run: |
npm -v
node -v
npm install
npm run build