We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2b567 commit f0e0d89Copy full SHA for f0e0d89
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22.19.0-slim AS base
+FROM node:24.10.0-slim AS base
2
ENV PNPM_HOME="/pnpm"
3
ENV PATH="$PNPM_HOME:$PATH"
4
RUN corepack enable
package.json
@@ -82,6 +82,6 @@
82
},
83
"packageManager": "[email protected]",
84
"engines": {
85
- "node": ">=22.19.0"
+ "node": ">=24.11.0"
86
}
87
0 commit comments