Skip to content

Commit 1394cc8

Browse files
chore: Test on Node 14 (#236)
1 parent dfefcab commit 1394cc8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ notifications:
55
node_js:
66
- 10.14
77
- 12
8+
- 14
89
- node
910
install: npm install
1011
script:
@@ -18,5 +19,5 @@ branches:
1819
jobs:
1920
include:
2021
- stage: release
21-
node_js: 12
22+
node_js: 14
2223
script: kcd-scripts travis-release

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ environment:
22
matrix:
33
- node_version: '10.14'
44
- node_version: '12'
5-
- node_version: '13'
5+
- node_version: '14'
66
branches:
77
only:
88
- master

0 commit comments

Comments
 (0)