Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit b7d08df

Browse files
committed
Show Node and NPM versions
1 parent 9d73473 commit b7d08df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@master
8+
- name: check node version
9+
run: node --version
10+
- name: check npm version
11+
run: npm --version
812
- name: npm install
913
run: npm install
1014
- name: lint

0 commit comments

Comments
 (0)