box-ui-elements 24.0.0-beta.2 → 24.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/DEVELOPING.md CHANGED
@@ -4,7 +4,7 @@ Our development setup assumes a LINUX/BSD environment.
4
4
 
5
5
  ## Project Setup
6
6
 
7
- 1. Install Node v18.
7
+ 1. Install Node v20.
8
8
  2. Install Yarn package manager `https://yarnpkg.com/en/docs/install` v1.10 or higher.
9
9
  3. Fork the upstream repo `https://github.com/box/box-ui-elements` via github.
10
10
  4. Clone your fork locally `git clone git@github.com:[YOUR GITHUB USERNAME]/box-ui-elements.git`.