From 2a2b89eca826710ed3d7b17d9b3e0a7534abfdc4 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Mon, 30 May 2022 17:31:22 -0700 Subject: [PATCH] fix: proper node engines in package.json (#5937) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e395ace4..1a282113b 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "webpack-manifest-plugin": "^4.0.2" }, "engines": { - "node": ">=12" + "node": ">=12 <17" }, "lint-staged": { "*.js": "npm run lint:js",