diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 946bc7ad..5a927127 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,6 +42,7 @@ jobs: cache: true # enable caching of dependencies based on lockfile min-node-version: 18 skip: 'linux-arm,linux-ia32' # skip building for these platforms + node-gyp-build-major: 4 build-successful: if: always() diff --git a/package-lock.json b/package-lock.json index b86d137d..f87a261e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "node-gyp-build": "<4.0", + "node-gyp-build": "<5.0", "pprof-format": "^2.2.1", "source-map": "^0.7.4" }, @@ -4564,9 +4564,9 @@ } }, "node_modules/node-gyp-build": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-3.9.0.tgz", - "integrity": "sha512-zLcTg6P4AbcHPq465ZMFNXx7XpKKJh+7kkN699NiQWisR2uWYOWNWqRHAmbnmKiL4e9aLSlmy5U7rEMUXV59+A==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz", + "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==", "license": "MIT", "bin": { "node-gyp-build": "bin.js", diff --git a/package.json b/package.json index db52e317..8553271c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "license": "Apache-2.0", "dependencies": { - "node-gyp-build": "<4.8.4", + "node-gyp-build": "<5.0", "pprof-format": "^2.2.1", "source-map": "^0.7.4" },