Skip to content

Commit

Permalink
fix node version
Browse files Browse the repository at this point in the history
Signed-off-by: cobalt <[email protected]>
  • Loading branch information
cobaltt7 committed Jul 24, 2024
1 parent a3b19be commit c980ff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -58,8 +58,8 @@
"chart.js": "4.4.3"
},
"engines": {
"node": ">=20.10.0",
"npm": ">=8.0.0"
"node": "^20.10.0",
"npm": "^8.0.0"
},
"overrides": {
"@discordjs/builders": "dev",
Expand Down

0 comments on commit c980ff7

Please sign in to comment.