Skip to content

Commit 229e9f0

Browse files
XhmikosRSEWeiTung
authored andcommitted
Make Node.js 8.x the minimum version. (#2421)
1.Make Node.js 8.x the minimum version. 2.Update README.md.
1 parent d9c5175 commit 229e9f0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ npm start
2525

2626
This will start the development server on http://localhost:8080/en/. This should reload automatically when you make changes to the code, but no code is perfect, so sometimes you may need to restart it. :)
2727

28-
Note: You'll need Node.js v4 or newer as the build system uses some native ES2015 features.
29-
3028
If you want to submit a new feature or a bugfix, the best way is to create the changes in a separate branch, e.g.: `git checkout -b feature/mycoolfeature`. This will make it easier for you to submit a pull request and get your feature merged.
3129

3230
### Layout
@@ -62,7 +60,7 @@ All of the Node.js Foundation websites, including this repo, are jointly governe
6260

6361
The Website Working Group is primarily concerned with the code and overall structure of the website.
6462

65-
The content of the website comes from a variety of working groups (Evangelism, Core, i18n, etc).
63+
The content of the website comes from a variety of working groups (Evangelism, Core, i18n, etc).
6664
The Website WG defers to these WGs on matters of content and routinely adds collaborators from these
6765
working groups as they add and improve content on the website. In other words, the Website WG is not
6866
an *editorial* Working Group except when no other Working Group has taken responsibility for a

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "Node.js Website Working Group",
2323
"license": "MIT",
2424
"engines": {
25-
"node": ">=4.5.0"
25+
"node": ">=8"
2626
},
2727
"standard": {
2828
"ignore": [

0 commit comments

Comments
 (0)