Skip to content

Commit d941b23

Browse files
authored
Build: Run tests on Node 14 on Travis, not 8; Node 8 is EOL
Closes jquerygh-344
1 parent c6cfba2 commit d941b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "8"
3+
- "14"
44
addons:
55
chrome: stable
66
script: "npm run ci"

0 commit comments

Comments
 (0)