Skip to content

Commit

Permalink
Update Node recommendation to Node 20
Browse files Browse the repository at this point in the history
The currently recommended Node 16 is out of support. Node 20 seems to work with our samples, and this version is planned to be maintained through mid-2026.
  • Loading branch information
datalogics-cgreen committed Sep 20, 2024
1 parent a68ab70 commit ced98ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JavaScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ as more advanced workflows presented in Javascript

#### How to run JavaScript samples

Using Node 16 or greater:
We recommend using Node.js >= 20 with our code samples.

1. `cd JavaScript/`
2. `npm install node-fetch`
Expand Down

0 comments on commit ced98ae

Please sign in to comment.