We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d9ca8 commit ae54554Copy full SHA for ae54554
scripts/build-node-pre-gyp.ps1
@@ -20,7 +20,7 @@ New-Item .\out -ItemType "directory"
20
npm install --ignore-scripts
21
22
foreach ($arch in "ia32", "x64") {
23
- foreach ($version in "4.0.0", "5.0.0", "6.0.0", "7.0.0", "8.0.0") {
+ foreach ($version in "6.14.4", "8.12.0", "10.13.0") {
24
Remove-Item .\build, .\compiled -Recurse -Force -ErrorAction Ignore
25
.\node_modules\node-pre-gyp\bin\node-pre-gyp.cmd rebuild --target_arch=$arch --target=$version
26
.\node_modules\node-pre-gyp\bin\node-pre-gyp.cmd package --target_arch=$arch --target=$version
0 commit comments