Skip to content

Commit 031ade9

Browse files
committed
Fix one more mention of Node.js 8.9
1 parent a017d14 commit 031ade9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

8483
Install the build tools used by all packages (Babel, Rollup, Mocha etc.):
8584

babel_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)