Skip to content

Commit

Permalink
chore(Package): Set node.js version to >= 20
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed Apr 26, 2024
1 parent fbd8aca commit bcbcf8f
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 @@ -49,7 +49,7 @@ section of our wiki gives an overview of the local development setup required to

### Requirements

The Frontend component requires a recent (`v16` or newer) version of [Node.js](https://nodejs.org/).
The Frontend component requires a recent (`v20` or newer) version of [Node.js](https://nodejs.org/).

We recommend using [`nvm`](https://github.com/nvm-sh/nvm) to manage multiple versions of Node.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openhexa-frontend",
"private": true,
"engines": {
"node": ">= 18"
"node": ">= 20"
},
"scripts": {
"dev": "npm-run-all --parallel next 'codegen -- --watch'",
Expand Down

0 comments on commit bcbcf8f

Please sign in to comment.