Skip to content

Commit e666d05

Browse files
jeffmcafferzeke
andauthored
correct the version of node required (#215)
* correct the version of node required * clarify Node.js 12 and 14 requirements and enviroments * 12 or 14 Co-authored-by: Zeke Sikelianos <[email protected]>
1 parent e04b957 commit e666d05

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

contributing/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This site is powered by Node.js! :sparkles: :turtle: :rocket: :sparkles:
88

99
It runs on macOS, Windows, and Linux environments.
1010

11-
You'll need **Node.js v14** to run the site. If you're using [`nodenv`](https://github.com/nodenv/nodenv), read the [`nodenv` docs](#nodenv) for instructions on switching Node.js versions. If you're not using `nodenv`, the best way to install Node.js is to [download the LTS installer from nodejs.org](https://nodejs.org).
11+
You'll need Node.js version 12 or 14 to run the site. To install Node.js, [download the "LTS" installer from nodejs.org](https://nodejs.org). If you're using [`nodenv`](https://github.com/nodenv/nodenv), read the [`nodenv` docs](#nodenv) for instructions on switching Node.js versions.
1212

1313
Once you've installed Node.js (which includes the popular `npm` package manager), open Terminal and run the following:
1414

@@ -52,4 +52,4 @@ For more info about working with this site, check out these READMEs:
5252
- [middleware/README.md](../middleware/README.md)
5353
- [script/README.md](../script/README.md)
5454
- [stylesheets/README.md](../stylesheets/README.md)
55-
- [tests/README.md](../tests/README.md)
55+
- [tests/README.md](../tests/README.md)

contributing/node-versions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Node Versions
22

3-
The site currently runs on Node.js v14, the [Active LTS version](https://nodejs.org/en/about/releases/) from 2020-10-27 to 2021-10-26.
3+
In [development](contributing/development.md) enviroments this site will run on Node.js versions `12 - 14`.
4+
5+
In [staging and production](contributing/deployments.md) environments this site runs on Node.js 14, the [Active LTS version](https://nodejs.org/en/about/releases/) from 2020-10-27 to 2021-10-26).
46

57
When updating to a new Node.js version, consider the following files:
68

0 commit comments

Comments
 (0)