Skip to content

Commit 65f9ef4

Browse files
authored
Bump Node version to 20.18.1 (#25591)
For #25590. # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Manual QA for all new/changed functionality
1 parent 12d8017 commit 65f9ef4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

changes/25590-node

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Bump Node.js version to 20.18.1

docs/Contributing/Building-Fleet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sudo npm install -g yarn
3838
# Install nvm to manage node versions (apt very out of date) https://github.com/nvm-sh/nvm#install--update-script
3939
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
4040
# refresh your session before continuing
41-
nvm install v20.11.1
41+
nvm install v20.18.1
4242
```
4343

4444
#### Windows
@@ -72,7 +72,7 @@ The binaries are now available in `./build/`.
7272
To set up a working local development environment, you must install the following minimum toolset:
7373

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

7878
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.99.99",
44
"description": "The premier osquery fleet manager.",
55
"engines": {
6-
"node": "20.11.1",
6+
"node": "20.18.1",
77
"yarn": ">=1.22.21"
88
},
99
"private": true,

0 commit comments

Comments
 (0)