Skip to content

Commit df35cf3

Browse files
authored
Update docs with minimum node version 14.x (vercel#41482)
- Follow up to vercel#41150
1 parent e2f16f9 commit df35cf3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you have questions about anything related to Next.js, you're always welcome t
1414

1515
#### System Requirements
1616

17-
- [Node.js 12.22.0](https://nodejs.org/) or later
17+
- [Node.js 14.0.0](https://nodejs.org/) or newer
1818
- MacOS, Windows (including WSL), and Linux are supported
1919

2020
## Automatic Setup

docs/upgrading.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: Learn how to upgrade Next.js.
66

77
## Upgrading from 12 to 13
88

9+
The minimum Node.js version has been bumped from 12.22.0 to 14.0.0, since 12.x has reached end-of-life.
10+
911
The `next/image` import was renamed to `next/legacy/image`. The `next/future/image` import was renamed to `next/image`.
1012
A [codemod is available](/docs/advanced-features/codemods.md#next-image-to-legacy-image) to safely and automatically rename your imports.
1113

0 commit comments

Comments
 (0)