Skip to content

Commit 27b0cc3

Browse files
committed
use windows 2022 and node 22
1 parent 3b35506 commit 27b0cc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rebuildElectron.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
name: Rebuild Windows
8080
strategy:
8181
matrix:
82-
os: [windows-2019]
82+
os: [windows-2022]
8383
arch: [x64]
8484
fail-fast: false
8585
runs-on: ${{ matrix.os }}
@@ -89,12 +89,12 @@ jobs:
8989

9090
- uses: actions/checkout@v4
9191

92-
- name: Use Node.js 20
92+
- name: Use Node.js 22
9393
uses: actions/setup-node@v4
9494
env:
9595
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
9696
with:
97-
node-version: 20
97+
node-version: 22
9898
architecture: ${{ matrix.arch }}
9999

100100
- name: Use Python 3.11 # node-gyp < 10 breaks with 3.12

0 commit comments

Comments
 (0)