Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Let's get started with the instant setup and build. Proceed to the requirements
- A [GitHub Account](https://github.com/signup).
- A [Gitpod Account](https://gitpod.io). (sign up with GitHub)
- High resolution image in JPG/JPEG format. (we don't need PNG/GIF)
- This project requires Node.js version 20.0.0 or higher.
- This project requires Node.js version 24.0.0 or higher (latest LTS).

Meet the requirements? Click the Gitpod button below to get started!

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"parcel": "^2.11.0",
"parcel": "^2.16.3",
"parcel-reporter-static-files-copy": "^1.5.3"
},
"dependencies": {},
"engines": {
"node": ">=20.0.0"
"node": ">=24.0.0"
}
}
Loading