mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-24 11:36:18 +08:00
Print node and NPM versions
This commit is contained in:
parent
e70e4c5e6b
commit
c82ad7fca4
2
.github/workflows/ci-verify-outputs.yml
vendored
2
.github/workflows/ci-verify-outputs.yml
vendored
@ -18,6 +18,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: |
|
||||
npm -v
|
||||
node -v
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user