We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b35506 commit 27b0cc3Copy full SHA for 27b0cc3
.github/workflows/rebuildElectron.yml
@@ -79,7 +79,7 @@ jobs:
79
name: Rebuild Windows
80
strategy:
81
matrix:
82
- os: [windows-2019]
+ os: [windows-2022]
83
arch: [x64]
84
fail-fast: false
85
runs-on: ${{ matrix.os }}
@@ -89,12 +89,12 @@ jobs:
89
90
- uses: actions/checkout@v4
91
92
- - name: Use Node.js 20
+ - name: Use Node.js 22
93
uses: actions/setup-node@v4
94
env:
95
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
96
with:
97
- node-version: 20
+ node-version: 22
98
architecture: ${{ matrix.arch }}
99
100
- name: Use Python 3.11 # node-gyp < 10 breaks with 3.12
0 commit comments