Skip to content

Commit 19b49ec

Browse files
author
Akos Kitta
committed
fix(ci): remove msvs_version npm config on win32
Ref: nodejs/node-gyp#2822 Signed-off-by: Akos Kitta <[email protected]>
1 parent 6e5bbfe commit 19b49ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ jobs:
131131
export CSC_FOR_PULL_REQUEST=true
132132
fi
133133
134-
if [ "${{ runner.OS }}" = "Windows" ]; then
135-
npm config set msvs_version 2017 --global
136-
fi
137-
138134
npx node-gyp install
139135
yarn install --immutable
140136

0 commit comments

Comments
 (0)