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

Commit 1b72802

Browse files
committed
Add more info about environment
1 parent c92721f commit 1b72802

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
@@ -9,6 +9,10 @@ jobs:
99
run: node --version
1010
- name: check npm version
1111
run: npm --version
12+
- name: check npx version
13+
run: npx --version
14+
- name: check c8 version
15+
run: npx c8 --version
1216
- name: npm install
1317
run: npm install
1418
- name: lint

0 commit comments

Comments
 (0)