Skip to content

Commit aa6cc78

Browse files
docs(contributing): update Node.js version to 20 to match engines (#3604)
Aligns with the root and package engines ("^20 || >=22"). Node 16 is EOL, and the current toolchain (ESLint 9, typescript‑eslint 8, Vite 6, Playwright ~1.49) requires ≥18. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates Node.js requirement in `docs/contributing.md` from 16 to 20. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e0175f1. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Elliot Winkler <[email protected]>
1 parent 1f14fa8 commit aa6cc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Getting started
44

5-
- Install [Node.js](https://nodejs.org) version 16.
5+
- Install [Node.js](https://nodejs.org) version 20.
66
- If you're using [NVM](https://github.com/creationix/nvm#installation)
77
(recommended), `nvm use` will ensure that the right version is installed.
88
- Install [Yarn v3](https://yarnpkg.com/getting-started/install).

0 commit comments

Comments
 (0)