diff --git a/.nvmrc b/.nvmrc index 6d80269a4f..1d9b7831ba 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.16.0 +22.12.0 diff --git a/docs/local-typescript-setup.md b/docs/local-typescript-setup.md index 950fee63df..9e9d73c76f 100644 --- a/docs/local-typescript-setup.md +++ b/docs/local-typescript-setup.md @@ -6,7 +6,7 @@ This local environment requires some manual setup. For a faster way to get start You need the following to be able to compile the grapher project and run the tests or use our Storybook: -- [Node 18](https://nodejs.org/en/) +- [Node 22](https://nodejs.org/en/) - [Yarn](https://yarnpkg.com/) All further dependencies will be automatically installed by the yarn package manager.