Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

chore(travis): bumps node versions used in Travis CI to 10 and 12 #2300

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js

node_js:
- 8
- 10
- 12

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"webpack-stream": "^4.0.0"
},
"devEngines": {
"node": "8.x || 9.x || 10.x",
"node": "10.x || 12.x || 13.x",
"npm": "2.x || 3.x || 5.x || 6.x"
},
"jest": {
Expand Down