Skip to content

Commit 9b520a4

Browse files
Update Node.js to v22.21.1 (#321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bed4037 commit 9b520a4

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.docker/Dockerfile.api

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY package.json package-lock.json /tmp/
44
RUN jq 'del(.version)' < /tmp/package.json > /app/package.json
55
RUN jq 'del(.packages."".version) | del(.version)' < /tmp/package-lock.json > /app/package-lock.json
66

7-
FROM node:22.18.0-alpine AS build
7+
FROM node:22.21.1-alpine AS build
88
EXPOSE 3000
99
WORKDIR /app
1010
RUN apk --no-cache add make build-base
@@ -20,7 +20,7 @@ RUN cd api \
2020
&& touch dist/.env
2121
RUN npm prune --workspaces --omit=dev
2222

23-
FROM node:22.18.0-alpine
23+
FROM node:22.21.1-alpine
2424
EXPOSE 3000
2525
ENV NODE_ENV production
2626
WORKDIR /app/api

api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"private": true,
77
"engines": {
8-
"node": "22.18.0"
8+
"node": "22.21.1"
99
},
1010
"scripts": {
1111
"build": "tsc",
@@ -34,7 +34,7 @@
3434
"@types/bcrypt": "^5.0.2",
3535
"@types/luxon": "^3.7.1",
3636
"@types/module-alias": "^2.0.4",
37-
"@types/node": "^22.17.1",
37+
"@types/node": "^22.19.1",
3838
"husky": "^8.0.3",
3939
"jest": "29.7.0",
4040
"lint-staged": "^13.3.0",

package-lock.json

Lines changed: 13 additions & 13 deletions
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
@@ -2,7 +2,7 @@
22
"name": "template",
33
"version": "0.0.0",
44
"engines": {
5-
"node": "22.18.0"
5+
"node": "22.21.1"
66
},
77
"private": true,
88
"workspaces": [

0 commit comments

Comments
 (0)