We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3f55c commit c4f0a45Copy full SHA for c4f0a45
appveyor.yml
@@ -2,8 +2,8 @@
2
# http://www.appveyor.com/docs/appveyor-yml
3
environment:
4
matrix:
5
- - nodejs_version: "10"
6
- - nodejs_version: "12"
+ - nodejs_version: "14"
+ - nodejs_version: "16"
7
8
install:
9
- ps: Install-Product node $env:nodejs_version
0 commit comments