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 e293716 + 6039503 commit 162b174Copy full SHA for 162b174
appveyor.yml
@@ -1,13 +1,5 @@
1
environment:
2
matrix:
3
- - nodejs_version: "10"
4
- platform: x64
5
6
- platform: x86
7
- - nodejs_version: "11"
8
9
10
11
- nodejs_version: "12"
12
platform: x64
13
@@ -20,6 +12,10 @@ environment:
20
21
- nodejs_version: "14"
22
14
platform: x86
15
+ - nodejs_version: "16"
16
+ platform: x64
17
18
+ platform: x86
23
19
24
install:
25
- where npm
0 commit comments