Skip to content

Commit f431b0e

Browse files
chore(deps): update node.js to v22
1 parent a003e6f commit f431b0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine
1+
FROM node:22-alpine
22
COPY ./src ./package.json package-lock.json /tsconfig.json /bot/
33
WORKDIR /bot
44
RUN npm install && npm run build && npm ci --omit=dev

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"xo": "^0.59.0"
4040
},
4141
"engines": {
42-
"node": "20.x",
42+
"node": "22.x",
4343
"npm": "10.x"
4444
}
4545
}

0 commit comments

Comments
 (0)