Skip to content

Commit 44c84b5

Browse files
Claudio ProcidaVilém Jeniš
authored andcommitted
chore(travis): bumps node versions used in Travis CI to 10 and 12 (facebookarchive#2300)
Summary: **Summary** As of January 2020, Node 8 is past Active LTS end of life. This PR removes Node 8 from the Travis CI environment config and replaces it with Node 12. https://nodejs.org/en/about/releases/ **Test Plan** Tested locally building all targets on Node 12 with [nvm](http://nvm.sh/) ``` nvm use 12 yarn ``` Pull Request resolved: facebookarchive#2300 Reviewed By: mrkev Differential Revision: D19298082 Pulled By: claudiopro fbshipit-source-id: 0ce83534231f1b881b2f56e0410e99319d0f2365
1 parent 9fd6c1c commit 44c84b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22

33
node_js:
4-
- 8
54
- 10
5+
- 12
66

77
sudo: false
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"webpack-stream": "^4.0.0"
8686
},
8787
"devEngines": {
88-
"node": "8.x || 9.x || 10.x",
88+
"node": "10.x || 12.x || 13.x",
8989
"npm": "2.x || 3.x || 5.x || 6.x"
9090
},
9191
"jest": {

0 commit comments

Comments
 (0)