We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2681ca8 commit 5b46feeCopy full SHA for 5b46fee
1 file changed
.github/workflows/windows_test_npm_install.yml
@@ -151,9 +151,6 @@ jobs:
151
. "${{ env.NVS_HOME }}/nvs.sh" install
152
nvs add ${{ matrix.NODE_VERSION }}
153
nvs use ${{ matrix.NODE_VERSION }}
154
- nvs --version
155
- nvs which ${{ matrix.NODE_VERSION }}
156
- node --version
157
timeout-minutes: 15
158
159
# Print debug info:
@@ -175,7 +172,6 @@ jobs:
175
172
git --version
176
173
echo ''
177
174
echo 'Node.js:'
178
- file $(which node)
179
node --version
180
node -p 'process.platform + "@" + process.arch'
181
0 commit comments