mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
build!: Bump Node.js to 20 (#10616)
BREAKING CHANGE: Node.js 20 or above is required.
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
"@storybook/react": "^8.4.4",
|
||||
"@storybook/react-vite": "^8.4.4",
|
||||
"@storybook/testing-library": "^0.2.2",
|
||||
"@types/node": "^18.19.64",
|
||||
"@types/node": "^20.17.8",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"@unocss/eslint-plugin": "^0.60.4",
|
||||
@@ -91,7 +91,7 @@
|
||||
"vitest": "^2.1.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=20"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
Reference in New Issue
Block a user