Skip to content

Commit 96eabcd

Browse files
committed
chore: add node v20 suggestions
1 parent 73c5de0 commit 96eabcd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,8 @@
142142
"last 1 firefox version",
143143
"last 1 safari version"
144144
]
145+
},
146+
"engines": {
147+
"node": ">=20.19.2"
145148
}
146149
}

website/docs/development/contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Here's how to get setup for contributing to GitProxy.
77
## Setup
88
The GitProxy project relies on the following pre-requisites:
99

10-
- [Node](https://nodejs.org/en/download) (22+)
10+
- [Node](https://nodejs.org/en/download) (20+)
1111
- [npm](https://npmjs.com/) (8+)
1212
- [git](https://git-scm.com/downloads) or equivalent Git client. It must support HTTP/S.
1313

0 commit comments

Comments
 (0)