Skip to content

chore: update lowest supported node versions #8318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Before you begin, make sure you have the following installed:

- [Node.js](https://nodejs.org/) v16.x or later
- [npm](https://www.npmjs.com/get-npm) v7.x or later
- [Node.js](https://nodejs.org/) v18.x or later
- [npm](https://www.npmjs.com/get-npm) v10.x or later
- [git](https://git-scm.com/) v2.14.1 or later
4 changes: 2 additions & 2 deletions src/fragments/lib/troubleshooting/common/upgrading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ A key part of Amplify's React Native strategy going forward is to reduce our rel

In order to use Amplify JavaScript v6, you will need to make sure you are using the following versions in your development environment:

- [Node.js](https://nodejs.org/) v16.x or later
- [npm](https://www.npmjs.com/) v9.7.1 or later
- [Node.js](https://nodejs.org/) v18.x or later
- [npm](https://www.npmjs.com/) v10.x or later

## Step 2: Upgrade your Amplify project dependencies

Expand Down