Skip to content

Commit

Permalink
Merge pull request #665 from Financial-Times/update-versions-doc
Browse files Browse the repository at this point in the history
Update readme versions of node and npm to match package engines key
  • Loading branch information
ivomurrell authored Dec 14, 2022
2 parents d9881d6 + faf32e8 commit 6802015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ To get started with x-dash, you'll need to make sure you have the following soft

1. [Git](https://git-scm.com/)
2. [Make](https://www.gnu.org/software/make/)
3. [Node.js](https://nodejs.org/en/) (version 12)
4. [npm](http://npmjs.com/)
3. [Node.js](https://nodejs.org/en/) (versions 14 or 16)
4. [npm](http://npmjs.com/) (versions 7 or 8)

Please note that x-dash has only been tested in Mac and Linux environments. If you are on a Mac you may find it easiest to install the [Command Line Tools](https://developer.apple.com/download/more/) package which includes Git and Make.

Expand Down Expand Up @@ -113,4 +113,4 @@ The best way to ensure you stick to the x-dash code style is to make your work c
[ESLint]: https://eslint.org/
[contribution guide]: https://github.com/Financial-Times/x-dash/blob/HEAD/contribution.md

For more in-depth information visit the [Wiki](https://github.com/Financial-Times/x-dash/wiki)
For more in-depth information visit the [Wiki](https://github.com/Financial-Times/x-dash/wiki)

0 comments on commit 6802015

Please sign in to comment.