diff --git a/package.json b/package.json index 6c38cdf..2ed390c 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ }, "scripts": { "semantic-release": "semantic-release", - "build:gyp": "prebuildify --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.5.1", - "build:gyp-cross": "prebuildify-cross --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.5.1", + "build:gyp": "prebuildify --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.12.2 --target 21.7.3", + "build:gyp-cross": "prebuildify-cross --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.12.2 --target 21.7.3", "native_install": "node-gyp-build", "install": "node scripts/install.js", "prepare": "is-ci || husky install", diff --git a/patches/prebuildify+6.0.0.patch b/patches/prebuildify+6.0.0.patch index e398f53..65c554f 100644 --- a/patches/prebuildify+6.0.0.patch +++ b/patches/prebuildify+6.0.0.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/prebuildify/index.js b/node_modules/prebuildify/index.js -index ca9829a..0ab2d39 100644 +index ca9829a..ffbb682 100644 --- a/node_modules/prebuildify/index.js +++ b/node_modules/prebuildify/index.js @@ -230,7 +230,8 @@ function build (target, runtime, opts, cb) { @@ -8,7 +8,7 @@ index ca9829a..0ab2d39 100644 env: opts.env, - stdio: opts.quiet ? 'ignore' : 'inherit' + stdio: opts.quiet ? 'ignore' : 'inherit', -+ shell: opts.shell ++ shell: true }) child.on('exit', function (code) {