Skip to content

Commit 4c0013a

Browse files
authored
Update node.js version (mitmproxy#7992)
update node version
1 parent 2d28a1b commit 4c0013a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/node-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
24

web/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Quick Start
22

33
- Install mitmproxy as described in [`../CONTRIBUTING.md`](../CONTRIBUTING.md)
4-
- Run `node --version` to make sure that you have at least Node.js 18 or above. If you are on **Ubuntu <= 22.04**, you
5-
need to
6-
[upgrade](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions).
4+
- Run `node --version` to make sure that you have at least Node.js 24 or above.
75
- Run `cd ./web` to change to the directory with package.json.
86
- Run `npm install` to install dependencies.
97
- Run `uv run mitmweb`

0 commit comments

Comments
 (0)