Skip to content

Commit 5650ee0

Browse files
authored
Update node-gyp.yml
1 parent f7a6e9a commit 5650ee0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/node-gyp.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,19 @@ jobs:
1313
node-version: ["22.1"]
1414
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
1515
python-version: ["3.8", "3.10", "3.12"]
16-
exclude:
16+
exclude: # TODO: Get Windows working on Node.js v22
1717
- node-version: '22.1'
1818
os: windows-latest
1919
include:
2020
- node-version: '20'
2121
os: windows-latest
22+
python-version: '3.8'
23+
- node-version: '20'
24+
os: windows-latest
25+
python-version: '3.10'
26+
- node-version: '20'
27+
os: windows-latest
28+
python-version: '3.12'
2229

2330
runs-on: ${{ matrix.os }}
2431
steps:

0 commit comments

Comments
 (0)