Skip to content

Commit

Permalink
Merge pull request #530 from rubiin/renovate/node-22.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency node to v22
  • Loading branch information
mergify[bot] authored Nov 4, 2024
2 parents cc472c3 + 04fce50 commit 2f6a5cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.11.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.18.0
nodejs 22.11.0
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0-slim
FROM node:22.11.0-slim
WORKDIR /usr/src/app
RUN corepack enable && corepack prepare pnpm@latest --activate
ENV PNPM_HOME=/usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion docker/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## ===========================================================> The common stage
FROM node:20.18.0-slim AS base
FROM node:22.11.0-slim AS base

RUN corepack enable && corepack prepare pnpm@latest --activate
ENV PNPM_HOME=/usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typescript"
],
"engines": {
"node": ">=20.18.0"
"node": ">=22.11.0"
},
"scripts": {
"build": "nest build",
Expand Down

0 comments on commit 2f6a5cd

Please sign in to comment.