We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5a1d2 commit ca20c35Copy full SHA for ca20c35
.versions
@@ -1,4 +1,4 @@
1
{
2
- "node": "21.6.1",
3
- "npm": "10.2.4"
+ "node": "22.14.0",
+ "npm": "10.9.2"
4
}
Dockerfile
@@ -1,5 +1,5 @@
-# Use Node.js 20 as the base image for stability and compatibility
-FROM node:20-slim
+# Use Node.js 22 as the base image for stability and compatibility
+FROM node:22-slim
# Set the working directory inside the container
5
WORKDIR /app
package.json
@@ -28,7 +28,7 @@
28
"wrangler": "4.69.0"
29
},
30
"engines": {
31
- "node": ">=20"
+ "node": ">=22.14.0"
32
33
"release": {
34
"branches": [
0 commit comments