Skip to content

Commit

Permalink
docs(README.md): update min version of node to be 18 (#279)
Browse files Browse the repository at this point in the history
This project's package.json has specified version 18 as the min node version
for a while now.  This commit just updates the README.md to reflect that.

Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
  • Loading branch information
padamstx authored Jul 24, 2024
1 parent 26990ca commit 0297e07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ This project contains core functionality required by Node.js code generated by t
```

## Prerequisites
- Node.js version 14 or newer
- Note that v14 is technically *supported* but not officially *guaranteed* as we only test on v16 and higher
- Node.js version 18 or newer

## Usage
This package exports a single object containing a number of modules as top level properties.
Expand Down

0 comments on commit 0297e07

Please sign in to comment.