File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,7 @@ Hacking on `fluent.js` is easy! To quickly get started clone the repo:
7878 $ git clone https://github.com/projectfluent/fluent.js.git
7979 $ cd fluent.js
8080
81- You'll need node.js 8 LTS (v8.9.0 and up). Older 8.x versions and 7.x
82- versions have been reported to work as well. node.js 6.x is not supported.
81+ You'll need at least Node.js 10 LTS. Older versions are not supported.
8382
8483Install the build tools used by all packages (Babel, Rollup, Mocha etc.):
8584
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default {
1414 "Safari >= 10.1" ,
1515 "iOS >= 10.3" ,
1616 ] ,
17- node : "8.9 " ,
17+ node : "10.0.0 " ,
1818 } ,
1919 exclude : [
2020 // Exclude regeneratorRuntime explicitly because babel-preset-env
You can’t perform that action at this time.
0 commit comments