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

Commit fc9d9b2

Browse files
committed
Check npx info
1 parent 1b72802 commit fc9d9b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
run: node --version
1010
- name: check npm version
1111
run: npm --version
12+
- name: check npx path
13+
run: which npx
1214
- name: check npx version
1315
run: npx --version
14-
- name: check c8 version
15-
run: npx c8 --version
1616
- name: npm install
1717
run: npm install
1818
- name: lint

0 commit comments

Comments
 (0)