Skip to content

Commit 1cf1bfc

Browse files
authored
Merge pull request #319 from nurazon59/nurazon59/ci/add-node-22-test
ci(appveyor): add Node.js 22 to test matrix
2 parents ee83446 + e6ec6da commit 1cf1bfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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: '24'
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)