From 62c4604c9c1fcdb511f922d40edb1aecb6f9943d Mon Sep 17 00:00:00 2001 From: reggi Date: Mon, 14 Oct 2024 11:37:09 -0400 Subject: [PATCH] fix!: for libnpmorg sets node engine range to `^20.17.0 || >=22.9.0` BREAKING CHANGE: libnpmorg now supports node `^20.17.0 || >=22.9.0` --- workspaces/libnpmorg/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json index 38800308a31a4..fe7c64def35a6 100644 --- a/workspaces/libnpmorg/package.json +++ b/workspaces/libnpmorg/package.json @@ -46,7 +46,7 @@ "npm-registry-fetch": "^18.0.1" }, "engines": { - "node": "^18.17.0 || >=20.5.0" + "node": "^20.17.0 || >=22.9.0" }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",