generated from sapphiredev/sapphire-template
-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: document minimum Node version as v18
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ become the ultimate modern experience of writing your code. | |
|
||
## Installation | ||
|
||
**Node.js 16.6.0 or newer is required.** | ||
**Node.js 18.x or newer is required.** | ||
|
||
```bash npm2yarn2pnpm | ||
npm install @sapphire/framework [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ npm install @sapphire/framework [email protected] | |
|
||
:::caution | ||
|
||
You need at least Node.js version 16.6.0 to use Sapphire. | ||
You need at least Node.js version 18.x to use Sapphire. | ||
|
||
::: | ||
|
||
|