Skip to content

Commit 036d5c4

Browse files
committed
ci(appveyor): add Node.js 22 to test matrix
1 parent 0442335 commit 036d5c4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ environment:
1616
- nodejs_version: '20'
1717
PYTHON: "C:\\Python312-x64"
1818

19+
- nodejs_version: '22'
20+
PYTHON: "C:\\Python312-x64"
21+
1922
install:
2023
- cmd: powershell Install-Product node $env:nodejs_version
2124
- sh: nvm install $nodejs_version

0 commit comments

Comments
 (0)