Skip to content

Commit aef4310

Browse files
committed
show node version
1 parent d57a770 commit aef4310

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
working-directory: ${{ github.workspace }}
5757
run: pnpm install
5858

59+
- name: Get Node version
60+
run: node -v && npm -v && pnpm -v
61+
5962
- name: Build all
6063
working-directory: ${{ github.workspace }}
6164
run: |

0 commit comments

Comments
 (0)