Skip to content

Commit

Permalink
Merge pull request #31 from carlopi/node21readme
Browse files Browse the repository at this point in the history
Follow up of bumping to Node 21, fixing README
  • Loading branch information
Mytherin authored Nov 6, 2023
2 parents 1425f77 + 9e18a3e commit e4a4a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ var stmt = con.prepare('select ?::INTEGER as fortytwo', function(err, stmt) {
```

## Supported Node versions
We actively support only LTS and In-Support Node versions, as per July 2023, they are: Node 16, Node 18 and Node 20.
We actively support only LTS and In-Support Node versions, as per July 2023, they are: Node 18, Node 20 and Node 21.
Release schedule for Node.js can be checked here: https://github.com/nodejs/release#release-schedule.

We currently bundle and test DuckDB also for Node 10, 12, 14, 17 and 19. We plan of going so going forward as long as the tooling supports it.
We currently bundle and test DuckDB also for Node 10, 12, 14, 16, 17 and 19. We plan of going so going forward as long as the tooling supports it.
As per July 2023, Node 15 has been removed from the supported versions.

## Development
Expand Down

0 comments on commit e4a4a23

Please sign in to comment.