Skip to content

Commit a534557

Browse files
⬆️ Update Node.js to v20
1 parent e435b37 commit a534557

File tree

4 files changed

+74
-74
lines changed

4 files changed

+74
-74
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-bullseye as build
1+
FROM node:20-bullseye as build
22
WORKDIR /home/build
33

44
ENV NUXT_BUILD=true
@@ -22,7 +22,7 @@ RUN rm -rf node_modules client/node_modules server/node_modules shared/node_modu
2222

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

25-
FROM node:18-bullseye-slim as runtime
25+
FROM node:20-bullseye-slim as runtime
2626
WORKDIR /home/app
2727

2828
ENV NODE_ENV=production

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@pinia-plugin-persistedstate/nuxt": "1.2.0",
2121
"@pinia/nuxt": "0.5.1",
2222
"@types/humanize-duration": "3.27.4",
23-
"@types/node": "20.10.6",
23+
"@types/node": "20.11.11",
2424
"@types/papaparse": "5.3.14",
2525
"@types/qrcode": "1.5.5",
2626
"@types/ua-parser-js": "0.7.39",

0 commit comments

Comments
 (0)