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.
1 parent dfefcab commit 1394cc8Copy full SHA for 1394cc8
.travis.yml
@@ -5,6 +5,7 @@ notifications:
5
node_js:
6
- 10.14
7
- 12
8
+ - 14
9
- node
10
install: npm install
11
script:
@@ -18,5 +19,5 @@ branches:
18
19
jobs:
20
include:
21
- stage: release
- node_js: 12
22
+ node_js: 14
23
script: kcd-scripts travis-release
appveyor.yml
@@ -2,7 +2,7 @@ environment:
2
matrix:
3
- node_version: '10.14'
4
- node_version: '12'
- - node_version: '13'
+ - node_version: '14'
branches:
only:
- master
0 commit comments