Commit e711230
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: 0ce83534231f1b881b2f56e0410e99319d0f23651 parent 822d2fb commit e711230
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments