From 7c2793f157713e9d341225108d55c9e2f4cfd8fa Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 23 Jul 2024 09:17:06 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33b2ca45..542bbf7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -300,7 +300,7 @@ jobs: if: matrix.build-arch == 'x64' Windows-Build: - runs-on: windows-2022 + runs-on: windows-latest needs: Lint strategy: matrix: @@ -331,7 +331,7 @@ jobs: - name: Update node-gyp run: | - npm install --global node-gyp@8.4.1 + npm install --global node-gyp@10.2.0 npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"} - name: Build