Skip to content

Commit

Permalink
Specify node version required to build Fleet (#17578)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeheath authored Mar 13, 2024
1 parent 939fad0 commit 3217e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Contributing/Building-Fleet.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The binaries are now available in `./build/`.
To set up a working local development environment, you must install the following minimum toolset:

* [Go](https://golang.org/doc/install)
* [Node.js](https://nodejs.org/en/download/current/) and [Yarn](https://yarnpkg.com/en/docs/install)
* [Node.js v20.11.1](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/en/docs/install)
* [GNU Make](https://www.gnu.org/software/make/) (probably already installed if you're on macOS/Linux)

Once you have those minimum requirements, check out this [Loom video](https://www.loom.com/share/e7439f058eb44c45af872abe8f8de4a1) that walks through starting up a local development environment for Fleet.
Expand Down

0 comments on commit 3217e4c

Please sign in to comment.