Skip to content

Commit

Permalink
docs: ✏️ require node v18.x
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md to specify Node version v18.x. Jest's use of
structuredClone necessitates that the version be >=v17.x:
nodejs/node#40756
  • Loading branch information
p5quared committed Aug 22, 2024
1 parent 1ad9d8a commit 2d3bbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This section should get you running with **Amplify API Category** and get you fa

> If you are using Yarn v2, run `yarn set version classic` to change to Yarn Classic.
>
> Note: Ensure that the version of Node installed is < 17.0.0 and >= 14.17.0. During the installation process, some modules may not be compatible with other versions of Node.
> Note: Ensure that the version of Node installed is v18.x. During the installation process, some modules may not be compatible with other versions of Node.
1. Ensure you are using the npm registry, even with yarn by running `yarn config set registry https://registry.npmjs.org`

Expand Down

0 comments on commit 2d3bbd0

Please sign in to comment.