From 58c9eb633564c56e294d4a86e169a82522e2e182 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Tue, 31 Oct 2023 17:24:53 +0100 Subject: [PATCH] chore: restrict node versions to 18 ||| 20 (#29676) --- 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",