Skip to content

Commit

Permalink
docs: document minimum Node version as v18
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Sep 6, 2023
1 parent df29c29 commit 7c8d242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/General/Welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down

0 comments on commit 7c8d242

Please sign in to comment.