chore: update engine field in packages & deploy website manually

This commit is contained in:
iCrawl
2023-11-08 00:25:38 +01:00
parent 5c0fad3b2d
commit ee2afb0aae
32 changed files with 1119 additions and 290 deletions

View File

@@ -23,7 +23,7 @@
## Installation
**Node.js 16.11.0 or newer is required.**
**Node.js 18 or newer is required.**
```sh
npm install @discordjs/core

View File

@@ -88,7 +88,7 @@
"vitest": "^0.34.6"
},
"engines": {
"node": ">=16.11.0"
"node": ">=18"
},
"publishConfig": {
"access": "public"