Skip to content

Commit 4f2fe56

Browse files
authored
chore: add Node 14 to the build matrix (#3501)
1 parent 100b227 commit 4f2fe56

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ jobs:
1212
- npm run test:e2e
1313

1414
- node_js: "12"
15+
script:
16+
- npm run init
17+
- npm run build
18+
- npm run test:unit
19+
- npm run test:e2e
20+
21+
- node_js: "14"
1522
script:
1623
- npm run init
1724
- echo "TRAVIS_COMMIT $TRAVIS_COMMIT"

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ environment:
44
matrix:
55
- nodejs_version: "10"
66
- nodejs_version: "12"
7+
- nodejs_version: "14"
78

89
matrix:
910
fast_finish: true

0 commit comments

Comments
 (0)