Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 7e60eb1 commit cd79da8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.11.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.7.3
FROM node:22.11.0
COPY . /app
WORKDIR /app
RUN npm i -g pnpm
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"type": "module",
"engines": {
"node": "^20"
"node": "^22.0.0"
},
"scripts": {
"build": "nest build",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@nestjs/testing": "10.4.6",
"@spotify/eslint-config": "15.0.0",
"@types/express": "5.0.0",
"@types/node": "20.17.3",
"@types/node": "22.8.4",
"@types/ramda": "0.30.2",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.12.2",
Expand Down
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd79da8

Please sign in to comment.