Skip to content

Commit 73fd9af

Browse files
committed
Sync nodejs version with cloudflare v3 runner version
1 parent d75a869 commit 73fd9af

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
22.15.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE_VERSION=22.14.0
1+
ARG NODE_VERSION=22.15.1
22
ARG PNPM_VERSION=10.11.0
33
ARG ALPINE_VERSION=3.21
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
"vite": "^6.3.5"
7171
},
7272
"engines": {
73-
"node": ">=22.14.0",
73+
"node": ">=22.15.1",
7474
"pnpm": ">=10.11.0"
7575
},
7676
"volta": {
77-
"node": "22.14.0"
77+
"node": "22.15.1"
7878
},
7979
"packageManager": "pnpm@10.11.0",
8080
"pnpm": {

0 commit comments

Comments
 (0)