Skip to content

Commit

Permalink
chore(deps): update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 1ffc0bb commit cc89463
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 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 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
WORKDIR /app

# Install FFMPEG
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "MagiBot - a Discord bot to build communities",
"main": "dist/index.js",
"engines": {
"node": "20.18.0"
"node": "22.11.0"
},
"directories": {
"doc": "docs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/centra": "2.2.3",
"@types/ffprobe": "1.1.8",
"@types/node": "20.17.6",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand Down

0 comments on commit cc89463

Please sign in to comment.