Don't install node-gyp

This commit is contained in:
Michael Lumish 2025-07-21 11:43:45 -07:00
parent 9e2b9d03b4
commit 4eb481619f
2 changed files with 1 additions and 6 deletions

View File

@ -46,8 +46,6 @@ for %%v in (20 22) do (
if "%%v"=="4" (
call npm install -g npm@5
)
@rem https://github.com/mapbox/node-pre-gyp/issues/362
call npm install -g node-gyp
node -e "console.log(process.versions)"
mkdir reports\node%%v

View File

@ -63,9 +63,6 @@ do
export JUNIT_REPORT_PATH="reports/node$version/"
# https://github.com/mapbox/node-pre-gyp/issues/362
npm install -g node-gyp
mkdir -p "reports/node$version"
node -e 'process.exit(process.version.startsWith("v'$version'") ? 0 : -1)'
@ -80,7 +77,7 @@ do
done
set +ex
nvm use 8
nvm use 22
set -ex
node merge_kokoro_logs.js