Skip to content

Commit e959482

Browse files
author
Alex Plischke
authored
build: bump node@20 (#2913)
1 parent 15ca784 commit e959482

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18
1+
v20

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /app
44

55
EXPOSE 3000 35729
66
COPY . /app
7-
RUN yarn install && yarn build
7+
RUN npm install && \
8+
npm run build
89

9-
CMD ["yarn", "serve"]
10+
CMD ["npm", "run", "serve"]

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"prettier": "^3.3.3"
5959
},
6060
"engines": {
61-
"node": ">=18.0.0"
61+
"node": ">=20.0.0"
6262
}
6363
}

0 commit comments

Comments
 (0)