Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node.js to v22 #1383

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY --chown=node:node public/ public/

CMD [ "pnpm", "run", "start:dev" ]

FROM node:21.7.3-alpine AS build
FROM node:22.10.0-alpine AS build
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
ENV CI="true"
Expand All @@ -43,7 +43,7 @@ ENV NODE_ENV production

RUN pnpm install --prod

FROM node:21.7.3-alpine AS production
FROM node:22.10.0-alpine AS production
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
ENV CI="true"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/jest-when": "^3.5.5",
"@types/node": "^20.17.2",
"@types/node": "^22.8.2",
"@types/qs": "^6.9.16",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.12.0",
Expand Down
Loading
Loading