Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update docs to reference node 20.0 #13124

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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