From 805ac4dd99bc869eebb29b8909b941ea7074f836 Mon Sep 17 00:00:00 2001 From: "S;Co" Date: Mon, 18 May 2026 18:04:50 +0100 Subject: [PATCH] docs: align Node requirement with package engine --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 886080acb..43f669dbd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ Please search [existing issues](https://github.com/melonjs/melonJS/issues) first Before you begin, make sure you have the following installed: -- [Node.js](https://nodejs.org/) version 20 or higher +- [Node.js](https://nodejs.org/) version 24 or higher - [pnpm](https://pnpm.io/installation) package manager You can install pnpm using any of these methods: