Skip to content

Commit 6f021ef

Browse files
chore(deps): update node.js to v22
1 parent 024b914 commit 6f021ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20 as builder
1+
FROM node:22 as builder
22

33
WORKDIR /app
44

@@ -13,7 +13,7 @@ COPY tsup.config.ts .
1313
RUN bun run build
1414

1515
# Production Stage
16-
FROM node:20-alpine
16+
FROM node:22-alpine
1717
WORKDIR /app
1818

1919
# Set environment to production

bun.lockb

578 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@types/jsonwebtoken": "9.0.4",
37-
"@types/node": "20.8.9",
37+
"@types/node": "22.15.2",
3838
"npm-run-all": "4.1.5",
3939
"tsup": "8.0.0",
4040
"tsx": "4.1.4",

0 commit comments

Comments
 (0)