Skip to content

Commit ae54554

Browse files
committed
Update pre-gyp script for Windows
1 parent 05d9ca8 commit ae54554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-node-pre-gyp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ New-Item .\out -ItemType "directory"
2020
npm install --ignore-scripts
2121

2222
foreach ($arch in "ia32", "x64") {
23-
foreach ($version in "4.0.0", "5.0.0", "6.0.0", "7.0.0", "8.0.0") {
23+
foreach ($version in "6.14.4", "8.12.0", "10.13.0") {
2424
Remove-Item .\build, .\compiled -Recurse -Force -ErrorAction Ignore
2525
.\node_modules\node-pre-gyp\bin\node-pre-gyp.cmd rebuild --target_arch=$arch --target=$version
2626
.\node_modules\node-pre-gyp\bin\node-pre-gyp.cmd package --target_arch=$arch --target=$version

0 commit comments

Comments
 (0)