Skip to content

Commit

Permalink
Merge pull request #1589 from vaibhavgarg237/fixDocs
Browse files Browse the repository at this point in the history
docs: update working node version
  • Loading branch information
escapedcat authored Oct 9, 2022
2 parents 1be7371 + 5992e17 commit b357c06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.1
14.20.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17
14.20.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Add Alby to your browser

Ensure you have

- [Node.js](https://nodejs.org) 14 or later installed
- [Node.js](https://nodejs.org) v14 [`14.20.1`] installed (We only support v14 currently)
- [Yarn](https://yarnpkg.com) v1 or v2 installed

Suppported but not required
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"engines": {
"node": ">= 14",
"node": "= 14",
"yarn": ">= 1.0.0"
},
"scripts": {
Expand Down

0 comments on commit b357c06

Please sign in to comment.