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 d5e8c15 commit ead9d47Copy full SHA for ead9d47
.nvmrc
@@ -1 +1 @@
1
-v22.17.1
+v22.18.0
Dockerfile
@@ -1,4 +1,4 @@
-ARG NODE_VERSION=22.17.1
+ARG NODE_VERSION=22.18.0
2
FROM node:${NODE_VERSION}-bookworm-slim AS base
3
# that workdir MUST NOT be changed because of backward compatibility with the engine <= 1.177.7
4
WORKDIR /root/cf-runtime
package.json
@@ -47,7 +47,7 @@
47
"typescript": "^5.7.2"
48
},
49
"engines": {
50
- "node": "^22.14.0"
+ "node": "^22.18.0"
51
52
"scripts": {
53
"lint": "eslint '*/**/*.{j,t}s'",
0 commit comments