From 3c21a8ca2326fd2a9bb49acdbaab7b38679c1c8b Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 26 Feb 2024 15:32:09 +0100 Subject: [PATCH] build(windows): use node-gyp-v10.0.1 --- prepare_vscode.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prepare_vscode.sh b/prepare_vscode.sh index 8766e38..3da0242 100755 --- a/prepare_vscode.sh +++ b/prepare_vscode.sh @@ -93,8 +93,7 @@ else git config --global user.email "$( echo "${GITHUB_USERNAME}" | awk '{print tolower($0)}' )-ci@not-real.com" git config --global user.name "${GITHUB_USERNAME} CI" git clone https://github.com/nodejs/node-gyp.git . - git checkout v9.4.0 - git am --3way --whitespace=fix ../../build/npm/gyp/patches/gyp_spectre_mitigation_support.patch + git checkout v10.0.1 npm install npm_config_node_gyp="$( pwd )/bin/node-gyp.js"