From 8d7029c9bb81128967299652184bf25444086a55 Mon Sep 17 00:00:00 2001 From: nrdmn Date: Wed, 26 Nov 2025 23:13:12 +0100 Subject: [PATCH] Fix target version in CONTRIBUTING.md (#8295) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 66fac6a76..d4efce321 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ in the right direction. ## Node version -**Compiler Explorer** currently targets [Node.js](https://nodejs.org/) version 20, so it's better if you do so as well +**Compiler Explorer** currently targets [Node.js](https://nodejs.org/) version 22, so it's better if you do so as well when testing your changes locally. > Note that this repository is compatible with `GitHub Codespaces` as well as `VS Code Dev Containers`. Opening your