From e42c984ca509377a7a3c657245c8022b3d847cae Mon Sep 17 00:00:00 2001 From: Arturo Castillo Delgado Date: Fri, 3 Nov 2023 14:13:00 +0100 Subject: [PATCH] feat: add engines to package.json (#2185) * feat: add engines to package.json * feat: simplify engines --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 15d978e0d1..a30d91c38e 100644 --- a/package.json +++ b/package.json @@ -32,5 +32,10 @@ "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } + }, + "engines": { + "node": "16.x", + "npm": "please-use-yarn", + "yarn": "1.x" } }