From 97bddc8c49873619df22fd411427877ab7202d9f Mon Sep 17 00:00:00 2001 From: CodeSigils Date: Sun, 6 Sep 2026 10:47:21 +0300 Subject: [PATCH] docs: align Node support policy with CI --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71ae119..b3c714e 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,9 @@ use `pnpm add -g zero-md-formatter@latest` to advance it explicitly. ### Node.js support policy -The package supports Node.js 24 and newer. CI validates Node.js 24.x and the -current Node.js 25.x line; Node.js versions below 24 are not supported. The +The package supports Node.js 24 and newer. CI validates the Node.js 24.x +support floor and the current Node.js 26.x line; Node.js versions below 24 are +not supported. The [`.node-version`](.node-version) file remains the local development baseline. ### Use via npx (no install)