We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gulpjs
phated
yocontra
Learn more about funding links in repositories.
Report abuse
1 parent 5062520 commit ff886e0Copy full SHA for ff886e0
.travis.yml
@@ -1,6 +1,8 @@
1
sudo: false
2
language: node_js
3
node_js:
4
+ - '14'
5
+ - '12'
6
- '10'
7
- '8'
8
- '6'
appveyor.yml
@@ -10,6 +10,8 @@ environment:
10
- nodejs_version: "6"
11
- nodejs_version: "8"
12
- nodejs_version: "10"
13
+ - nodejs_version: "12"
14
+ - nodejs_version: "14"
15
16
install:
17
- ps: Install-Product node $env:nodejs_version
0 commit comments