From 03f1656b36fdb8e9b0765868cb56be2d61f8c2da Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Fri, 27 Oct 2023 15:28:08 +0200 Subject: [PATCH] chore: restrict node versions to 18 ||| 20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b70168be82ce46..057639a2066a11 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/microsoft/fluentui" }, "engines": { - "node": "^16.18.1 || ^18.0.0" + "node": "^18.0.0 || ^20.0.0" }, "scripts": { "dedupe": "npx yarn-deduplicate --strategy fewer",