We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c5de0 commit 96eabcdCopy full SHA for 96eabcd
package.json
@@ -142,5 +142,8 @@
142
"last 1 firefox version",
143
"last 1 safari version"
144
]
145
+ },
146
+ "engines": {
147
+ "node": ">=20.19.2"
148
}
149
website/docs/development/contributing.mdx
@@ -7,7 +7,7 @@ Here's how to get setup for contributing to GitProxy.
7
## Setup
8
The GitProxy project relies on the following pre-requisites:
9
10
-- [Node](https://nodejs.org/en/download) (22+)
+- [Node](https://nodejs.org/en/download) (20+)
11
- [npm](https://npmjs.com/) (8+)
12
- [git](https://git-scm.com/downloads) or equivalent Git client. It must support HTTP/S.
13
0 commit comments