Skip to content

Commit

Permalink
Merge pull request #13124 from keymanapp/chore/node-version
Browse files Browse the repository at this point in the history
chore: update docs to reference node 20.0
  • Loading branch information
mcdurdin authored Feb 4, 2025
2 parents aec7bee + 439c091 commit a969bf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion developer/docs/help/reference/kmc/cli/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ configuration or installation is required.
kmc is also available as an npm package,
[@keymanapp/kmc](https://npmjs.com/package/@keymanapp/kmc).

You'll need [node.js](https://nodejs.org/), version 18.0 or later.
You'll need [node.js](https://nodejs.org/), version 20.0 or later.

```shell
npm install -g @keymanapp/kmc
Expand Down
2 changes: 1 addition & 1 deletion developer/src/inst/node/dist/Keyman_README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bundled node.js

We are bundling node 18.14.1 here as of Keyman 17.0.52.
We are bundling node 20.16.1 here as of Keyman 18.0.156-alpha

Note that if we change the node version, we will need to
rebuild the binary modules in /developer/src/server/src/win32/
Expand Down
2 changes: 1 addition & 1 deletion developer/src/kmc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ configuration or installation is required.
kmc is also available as an npm package,
[@keymanapp/kmc](https://npmjs.com/package/@keymanapp/kmc).

You'll need [node.js](https://nodejs.org/), version 18.0 or later.
You'll need [node.js](https://nodejs.org/), version 20.0 or later.

```shell
npm install -g @keymanapp/kmc
Expand Down

0 comments on commit a969bf3

Please sign in to comment.