Skip to content

Commit 42e28e8

Browse files
committed
save
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
1 parent cd09bc4 commit 42e28e8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/zxc-e2e-test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,11 @@ jobs:
135135
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
136136
with:
137137
node-version: ${{ inputs.node-version }}
138-
138+
- name: Check NPM Path
139+
run: |
140+
echo "PATH: $PATH"
141+
which npm
142+
npm --version
139143
- name: Install wget
140144
run: |
141145
if ! command -v wget >/dev/null 2>&1; then

0 commit comments

Comments
 (0)