We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0397749 commit 209c793Copy full SHA for 209c793
appveyor.yml
@@ -5,20 +5,17 @@ branches:
5
- gh-pages
6
7
image:
8
-- Visual Studio 2017
9
-- Ubuntu2004
+- Visual Studio 2022
+- Ubuntu2204
10
11
environment:
12
matrix:
13
14
- - nodejs_version: "14"
15
- PYTHON: "C:\\Python37-x64"
16
-
17
- - nodejs_version: "16"
18
19
20
- nodejs_version: "18"
21
+ PYTHON: "C:\\Python312-x64"
+
+ - nodejs_version: "20"
22
23
install:
24
- cmd: powershell Install-Product node $env:nodejs_version
0 commit comments