Print node and NPM versions

This commit is contained in:
Daz DeBoer
2022-12-07 13:41:16 +13:00
parent e70e4c5e6b
commit c82ad7fca4

View File

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