Skip to content

Commit 162b174

Browse files
authored
Merge pull request kelektiv#936 from p-kuen/patch-1
2 parents e293716 + 6039503 commit 162b174

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

appveyor.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
environment:
22
matrix:
3-
- nodejs_version: "10"
4-
platform: x64
5-
- nodejs_version: "10"
6-
platform: x86
7-
- nodejs_version: "11"
8-
platform: x64
9-
- nodejs_version: "11"
10-
platform: x86
113
- nodejs_version: "12"
124
platform: x64
135
- nodejs_version: "12"
@@ -20,6 +12,10 @@ environment:
2012
platform: x64
2113
- nodejs_version: "14"
2214
platform: x86
15+
- nodejs_version: "16"
16+
platform: x64
17+
- nodejs_version: "16"
18+
platform: x86
2319

2420
install:
2521
- where npm

0 commit comments

Comments
 (0)