Skip to content

Commit ab3de6a

Browse files
test: add Node.js 14 in the test matrix
Reference: https://github.com/nodejs/Release
1 parent 8440a57 commit ab3de6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "8"
54
- "10"
65
- "12"
7-
- "13"
6+
- "14"
87
git:
98
depth: 1
109
matrix:

0 commit comments

Comments
 (0)