We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3890b5c commit a9524b1Copy full SHA for a9524b1
2 files changed
README.md
@@ -28,9 +28,9 @@ Is required if started locally and not with Docker.
28
29
### Node, npm or pnpm
30
31
-* `node 22.18.0` or higher in combination with
+* `node 22.20.0` or higher in combination with
32
* `npm 10.9.3` or higher or
33
- * `pnpm 10.14.0` or higher, used in this repository
+ * `pnpm 10.18.2` or higher, used in this repository
34
35
## Getting started
36
frontend/package.json
@@ -44,7 +44,7 @@
44
"typescript-eslint": "8.46.0"
45
},
46
"engines": {
47
- "node": ">=22.18.0"
+ "node": ">=22.20.0"
48
49
"homepage": "https://explore-tmdb.inpercima.net/",
50
"license": "MIT",
0 commit comments