chore(Engine): bump Node.js to v14.0.0 (#5067)

Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
This commit is contained in:
Antonio Román
2020-12-06 17:58:08 +01:00
committed by GitHub
parent 9f3c3e0918
commit 90d458820b
7 changed files with 24 additions and 24 deletions

View File

@@ -4,7 +4,7 @@ These questions are some of the most frequently asked.
## No matter what, I get `SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode`‽
Update to Node.js 12.0.0 or newer.
Update to Node.js 14.0.0 or newer.
## How do I get voice working?

View File

@@ -33,7 +33,7 @@ discord.js is a powerful [Node.js](https://nodejs.org) module that allows you to
## Installation
**Node.js 12.0.0 or newer is required.**
**Node.js 14.0.0 or newer is required.**
Ignore any warnings about unmet peer dependencies, as they're all optional.
Without voice support: `npm install discord.js`