From 4c0013aa7dbaef275368dcb6bf22ae383f981ab1 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 24 Nov 2025 19:46:06 +0100 Subject: [PATCH] Update node.js version (#7992) update node version --- .github/node-version.txt | 2 +- web/README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/node-version.txt b/.github/node-version.txt index 3c032078a..a45fd52cc 100644 --- a/.github/node-version.txt +++ b/.github/node-version.txt @@ -1 +1 @@ -18 +24 diff --git a/web/README.md b/web/README.md index 8d7539cb5..a1b1c6e95 100644 --- a/web/README.md +++ b/web/README.md @@ -1,9 +1,7 @@ # Quick Start - Install mitmproxy as described in [`../CONTRIBUTING.md`](../CONTRIBUTING.md) -- Run `node --version` to make sure that you have at least Node.js 18 or above. If you are on **Ubuntu <= 22.04**, you - need to - [upgrade](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions). +- Run `node --version` to make sure that you have at least Node.js 24 or above. - Run `cd ./web` to change to the directory with package.json. - Run `npm install` to install dependencies. - Run `uv run mitmweb`