Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 9e56215 commit efa6e57
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11.0 AS build
FROM node:22.13.1 AS build
WORKDIR /app

COPY package.json ./
Expand All @@ -11,7 +11,7 @@ COPY src ./
COPY tsconfig.production.json ./tsconfig.json
RUN pnpm run build

FROM node:20.11.0-alpine
FROM node:22.13.1-alpine
WORKDIR /app

COPY package.json ./
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"hcloud-js": "^1.4.1"
},
"devDependencies": {
"@types/node": "20.11.0",
"@types/node": "22.12.0",
"@types/ws": "8.5.10",
"nodemon": "3.0.3",
"ts-node": "^10.9.2",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efa6e57

Please sign in to comment.