From 7dec390426cd7855c9963a649687183b3cae2a30 Mon Sep 17 00:00:00 2001 From: "K.J. Valencik" Date: Tue, 29 Oct 2024 08:36:18 -0400 Subject: [PATCH] chore: Update supported Node versions in README Removed the Node support matrix from the README in favor of simpler text that we match the active and maintenance versions of Node. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ed582da47..fbb2b4465 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,14 @@ Neon projects to 1.0.0! ### Node.js -| Node 18 | Node 20 | Node 21 | -|---------|---------|---------| -| ✓ | ✓ | ✓ | - -Support for [LTS versions of Node](https://github.com/nodejs/LTS#release-schedule) and current are expected. If you're +Neon actively supports all current and [maintenance releases of Node](https://github.com/nodejs/LTS#release-schedule). If you're using a different version of Node and believe it should be supported, let us know. +Older Node version support (minimum v10) may require lower Node-API versions. See the Node [version support matrix](https://nodejs.org/api/n-api.html#node-api-version-matrix) for more details. + ### Bun (experimental) -[Bun](https://bun.sh/) is an alternate JavaScript runtime that targets Node compatibility. In many cases Neon modules will work in bun; however, at the time of this writing, some Node-API functions are [not implemented](https://github.com/Jarred-Sumner/bun/issues/158). +[Bun](https://bun.sh/) is an alternate JavaScript runtime that targets Node compatibility. In many cases Neon modules will work in bun; however, at the time of this writing, some Node-API functions are [not implemented](https://github.com/oven-sh/bun/issues/158). ### Rust