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 26, 2024
1 parent 04ed0b4 commit 3bdebfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:17.9.1-alpine
FROM node:22.11.0-alpine
WORKDIR /usr/src/app
COPY . .
RUN npm install
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "17.0.41",
"@types/node": "22.10.0",
"@types/react": "18.0.16",
"eslint": "8.19.0",
"eslint-config-next": "12.2.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "git+https://github.com/SudhanPlayz/Discord-MusicBot.git"
},
"engines": {
"node": ">=16.x <=16.16"
"node": ">=16.x <=22.11"
},
"keywords": [
"discord",
Expand Down Expand Up @@ -77,7 +77,7 @@
"prettier": "2.6.2"
},
"volta": {
"node": "16.15.1",
"node": "22.11.0",
"yarn": "3.3.0"
}
}

0 comments on commit 3bdebfa

Please sign in to comment.