Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent fe028fd commit 8696e17
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.9.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.9.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.18.2"
"node": "20.9.0"
},
"directories": {
"doc": "docs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/centra": "2.2.2",
"@types/ffprobe": "1.1.4",
"@types/node": "20.8.7",
"@types/node": "20.8.9",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"eslint": "8.52.0",
Expand Down

0 comments on commit 8696e17

Please sign in to comment.