Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent 20ac140 commit 637786d
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.8.1
20.10.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.8.1
FROM node:20.10.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": "18.19.0"
"node": "20.10.0"
},
"directories": {
"doc": "docs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/centra": "2.2.3",
"@types/ffprobe": "1.1.4",
"@types/node": "20.8.7",
"@types/node": "20.10.3",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint": "8.55.0",
Expand Down

0 comments on commit 637786d

Please sign in to comment.