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 Nov 2, 2024
1 parent 94e2314 commit c1031af
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0
FROM node:22.11.0

ARG VERSION
ENV VERSION=${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"engines": {
"npm": ">=10.5.0",
"pnpm": ">=9.1.2",
"node": ">=20.15.1 <21.0.0"
"node": ">=20.15.1 <23.0.0"
},
"dependencies": {
"@discord-nestjs/common": "^5.2.12",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@nestjs/schematics": "9.2.0",
"@nestjs/testing": "^9.4.2",
"@types/jest": "^29.5.12",
"@types/node": "20.17.1",
"@types/node": "22.8.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand Down
Loading

0 comments on commit c1031af

Please sign in to comment.