We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0442335 + cbd3777 commit 0cde240Copy full SHA for 0cde240
1 file changed
appveyor.yml
@@ -16,6 +16,9 @@ environment:
16
- nodejs_version: '20'
17
PYTHON: "C:\\Python312-x64"
18
19
+ - nodejs_version: '24'
20
+ PYTHON: "C:\\Python312-x64"
21
+
22
install:
23
- cmd: powershell Install-Product node $env:nodejs_version
24
- sh: nvm install $nodejs_version
0 commit comments