Skip to content

Commit ff0ddae

Browse files
authored
Update supported NodeJS versions to current (#291)
1 parent 8beb6f0 commit ff0ddae

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
@@ -2,8 +2,9 @@ language:
22
- node_js
33

44
node_js:
5-
- "8"
65
- "10"
6+
- "12"
7+
- "14"
78

89
before_install:
910
- npm install -g gulp-cli

0 commit comments

Comments
 (0)