Skip to content

Commit

Permalink
update node #2423
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLast committed Feb 26, 2024
1 parent 280fd30 commit 2a64b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Core package of DraftBot which manages the game mechanics",
"main": "src/index.js",
"engines": {
"node": ">=18.0.0"
"node": ">=18.19.0"
},
"engineStrict": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Discord middleware package of DraftBot",
"main": "src/index.js",
"engines": {
"node": ">=18.0.0"
"node": ">=18.19.0"
},
"engineStrict": true,
"scripts": {
Expand Down

0 comments on commit 2a64b30

Please sign in to comment.