Skip to content

Commit bdc497a

Browse files
committed
Use node-gyp 8.x for Win CI
v9 dropped Node.js v10 support.
1 parent c6a1546 commit bdc497a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
Expand-Archive gtk.zip -DestinationPath "C:\GTK"
4646
Invoke-WebRequest "https://downloads.sourceforge.net/project/libjpeg-turbo/2.0.4/libjpeg-turbo-2.0.4-vc64.exe" -OutFile "libjpeg.exe" -UserAgent NativeHost
4747
.\libjpeg.exe /S
48-
npm install -g node-gyp@latest
48+
npm install -g node-gyp@8
4949
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
5050
- name: Install
5151
run: npm install --build-from-source

0 commit comments

Comments
 (0)