From 14e631c297326470fb725e82e5a69dcac5e135ac Mon Sep 17 00:00:00 2001 From: Eric Horodyski Date: Fri, 27 Sep 2024 13:14:51 -0400 Subject: [PATCH] chore(cli): update the node version to 20.x (#7683) Co-authored-by: Mark Anderson --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index d17d3c9ec..b4475a11c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -27,7 +27,7 @@ "cross platform" ], "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" }, "main": "dist/index.js", "types": "dist/declarations.d.ts",