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 44606cf commit dbdb242
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 139 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-bookworm AS build
FROM node:22-bookworm AS build
WORKDIR /home/build

ENV CI=true
Expand All @@ -23,7 +23,7 @@ RUN rm -rf node_modules client/node_modules server/node_modules shared/node_modu

RUN CI=true pnpm --filter=./server --filter=./client install --frozen-lockfile --prod

FROM node:20-bookworm-slim AS runtime
FROM node:22-bookworm-slim AS runtime
WORKDIR /home/app

ENV NODE_ENV=production
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@pinia-plugin-persistedstate/nuxt": "1.2.1",
"@pinia/nuxt": "0.5.5",
"@types/humanize-duration": "3.27.4",
"@types/node": "22.7.4",
"@types/node": "22.12.0",
"@types/papaparse": "5.3.14",
"@types/qrcode": "1.5.5",
"@types/sanitize-html": "2.13.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"not Edge 18"
],
"devDependencies": {
"@types/node": "22.7.4",
"@types/node": "22.12.0",
"@typescript-eslint/parser": "8.8.0",
"eslint": "9.12.0",
"eslint-plugin-cypress": "3.5.0",
Expand Down
Loading

0 comments on commit dbdb242

Please sign in to comment.