Skip to content

Commit 7b0e710

Browse files
chore: Test on Node 14 (#80)
1 parent eb07d0e commit 7b0e710

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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.0.0
77
- 12
8+
- 14
89
- node
910
install: npm install
1011
script:
@@ -18,6 +19,6 @@ branches:
1819
jobs:
1920
include:
2021
- stage: release
21-
node_js: 12
22+
node_js: 14
2223
script: kcd-scripts travis-release
2324
if: fork = false

0 commit comments

Comments
 (0)