Skip to content

Commit 566bcd2

Browse files
chore: Test on Node 14 (#532)
1 parent aa7ed18 commit 566bcd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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
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

0 commit comments

Comments
 (0)