From b4e7209f13d01b53008f7b4554ca9015a83f0f33 Mon Sep 17 00:00:00 2001 From: Elias Meire Date: Thu, 16 Oct 2025 11:21:21 +0200 Subject: [PATCH] Update Node.js version requirement to v22 or higher --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f53470..06ea132 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Before you begin, install the following on your development machine: ### Required -- **[Node.js](https://nodejs.org/)** (v20 or higher) and npm +- **[Node.js](https://nodejs.org/)** (v22 or higher) and npm - Linux/Mac/WSL: Install via [nvm](https://github.com/nvm-sh/nvm) - Windows: Follow [Microsoft's NodeJS guide](https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows) - **[git](https://git-scm.com/downloads)** @@ -228,7 +228,7 @@ Run `npm run lint:fix` to automatically fix most common issues. For remaining er ### TypeScript errors -Make sure you're using Node.js v20 or higher and have run `npm install` to get all type definitions. +Make sure you're using Node.js v22 or higher and have run `npm install` to get all type definitions. ## Resources