From f45a4e9e50e87b1326e27da689e378617473e8af Mon Sep 17 00:00:00 2001 From: Marcel Gerber Date: Sun, 22 Dec 2024 20:27:34 +0100 Subject: [PATCH] chore: use node 22 --- .nvmrc | 2 +- docs/local-typescript-setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 6d80269a4f0..1d9b7831ba9 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 950fee63df7..9e9d73c76fd 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.