Skip to content

Commit 5b46fee

Browse files
committed
Update debug statements
1 parent 2681ca8 commit 5b46fee

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/windows_test_npm_install.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ jobs:
151151
. "${{ env.NVS_HOME }}/nvs.sh" install
152152
nvs add ${{ matrix.NODE_VERSION }}
153153
nvs use ${{ matrix.NODE_VERSION }}
154-
nvs --version
155-
nvs which ${{ matrix.NODE_VERSION }}
156-
node --version
157154
timeout-minutes: 15
158155

159156
# Print debug info:
@@ -175,7 +172,6 @@ jobs:
175172
git --version
176173
echo ''
177174
echo 'Node.js:'
178-
file $(which node)
179175
node --version
180176
node -p 'process.platform + "@" + process.arch'
181177
echo ''

0 commit comments

Comments
 (0)