Skip to content

Commit

Permalink
Upgrade to Node 20 (#651)
Browse files Browse the repository at this point in the history
* Update package.json

* Update Node version in README.md
  • Loading branch information
jeffdaley authored Mar 18, 2024
1 parent 56f7846 commit 012d986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Jira can be optionally configured to enable linking Hermes projects with Jira is
### Requirements

- Go 1.18
- Node.js 16
- Node.js 20
- Yarn ~3.3.0 ([install with corepack](https://yarnpkg.com/getting-started/install))

### Configuration File
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"typescript": "^5.2.2"
},
"engines": {
"node": ">=16",
"node": ">=20",
"yarn": "~3.3.0"
},
"ember": {
Expand Down

0 comments on commit 012d986

Please sign in to comment.