You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ docker run --env-file=.env -p 3000:3000 private-mirrors
78
78
docker compose up
79
79
```
80
80
81
-
We recommend using Node 20.x or higher, though any Node LTS version >18 should work.
81
+
This project supports Node.js LTS releases; the latest LTS version is preferred. See the `engines` field in [package.json](./package.json) for the exact supported range.
82
82
83
83
Once it's running, you'll need to create a GitHub App and configure it to point to your deployment. See the [Developing — GitHub App](docs/developing.md#github-app) section for more information.
0 commit comments