We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 502bb3d + 452db07 commit c648860Copy full SHA for c648860
appveyor.yml
@@ -6,23 +6,24 @@ branches:
6
7
image:
8
- Visual Studio 2017
9
-- Ubuntu
+- Ubuntu2004
10
11
environment:
12
matrix:
13
14
- - nodejs_version: "12"
15
- PYTHON: "C:\\Python37-x64"
16
-
17
- nodejs_version: "14"
18
PYTHON: "C:\\Python37-x64"
19
20
- nodejs_version: "16"
21
+
+ - nodejs_version: "18"
+ PYTHON: "C:\\Python37-x64"
22
23
install:
24
- cmd: powershell Install-Product node $env:nodejs_version
25
- sh: nvm install $nodejs_version
26
+ - node --version
27
- npm install
28
- npm install codecov -g
29
- npm install nyc -g
0 commit comments