Skip to content

Commit

Permalink
Preinstall node-gyp on windows CI
Browse files Browse the repository at this point in the history
see nodejs/node-gyp#2584 (comment)
for more information
  • Loading branch information
jfaltermeier committed Jul 20, 2022
1 parent 2ff51de commit 9871be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ spec:
steps {
script {
sh "npm config set msvs_version 2017"
sh "npx node-gyp install 14.20.0"
buildInstaller(60)
}
stash name: 'win'
Expand Down
1 change: 1 addition & 0 deletions next/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ spec:
steps {
script {
sh "npm config set msvs_version 2017"
sh "npx node-gyp install 14.20.0"
buildNext(true, 60)
}
}
Expand Down

0 comments on commit 9871be8

Please sign in to comment.