From 062150073328969be1fd91672e3c1bd916f18449 Mon Sep 17 00:00:00 2001 From: Kevin Deng Date: Tue, 19 May 2026 23:55:06 +0900 Subject: [PATCH] feat!: drop support for Node.js 20 --- package.json | 2 +- pnpm-workspace.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 51ffcc5..57d522b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "access": "public" }, "engines": { - "node": ">=20.19.0" + "node": "^22.18.0 || >=24.0.0" }, "scripts": { "lint": "eslint --cache .", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 49c0ad7..d670754 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,5 @@ allowBuilds: esbuild: false + +minimumReleaseAgeExclude: + - '@typescript/*' -- 2.51.2