Update node.js version (#7992)

update node version
This commit is contained in:
Maximilian Hils 2025-11-24 19:46:06 +01:00 committed by GitHub
parent 2d28a1b039
commit 4c0013aa7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -1 +1 @@
18
24

View file

@ -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`