From 5faf51698ff5ac92c021cbef1056af4e65d66c05 Mon Sep 17 00:00:00 2001 From: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com> Date: Fri, 15 May 2026 12:33:22 +0200 Subject: [PATCH] chore: bump engines.node to >=22.0.0 Node 22 is the current active LTS line (until 2027-04). This unblocks the better-sqlite3 v12.10+ upgrade (#36) which drops prebuilt binaries for Node 20. Keeping the engine pin in sync with what the native modules actually ship binaries for avoids slow source builds on deploy/CI. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f878e56..7fa7ac9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "type": "module", "engines": { - "node": ">=20.10.0" + "node": ">=22.0.0" }, "repository": { "type": "git",