Skip to content

Commit ca20c35

Browse files
committed
chore: upgrade Node.js to 22 to satisfy semantic-release requirements
1 parent 4e5a1d2 commit ca20c35

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"node": "21.6.1",
3-
"npm": "10.2.4"
2+
"node": "22.14.0",
3+
"npm": "10.9.2"
44
}

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use Node.js 20 as the base image for stability and compatibility
2-
FROM node:20-slim
1+
# Use Node.js 22 as the base image for stability and compatibility
2+
FROM node:22-slim
33

44
# Set the working directory inside the container
55
WORKDIR /app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"wrangler": "4.69.0"
2929
},
3030
"engines": {
31-
"node": ">=20"
31+
"node": ">=22.14.0"
3232
},
3333
"release": {
3434
"branches": [

0 commit comments

Comments
 (0)