We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a6e9a commit 5650ee0Copy full SHA for 5650ee0
1 file changed
.github/workflows/node-gyp.yml
@@ -13,12 +13,19 @@ jobs:
13
node-version: ["22.1"]
14
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
15
python-version: ["3.8", "3.10", "3.12"]
16
- exclude:
+ exclude: # TODO: Get Windows working on Node.js v22
17
- node-version: '22.1'
18
os: windows-latest
19
include:
20
- node-version: '20'
21
22
+ python-version: '3.8'
23
+ - node-version: '20'
24
+ os: windows-latest
25
+ python-version: '3.10'
26
27
28
+ python-version: '3.12'
29
30
runs-on: ${{ matrix.os }}
31
steps:
0 commit comments