From 39536860569378f68e8a63252c87f8f68e7c4bce Mon Sep 17 00:00:00 2001 From: roykho Date: Thu, 6 Jan 2022 09:14:13 -0800 Subject: [PATCH] Update the recommended engine versions to use --- plugins/woocommerce/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce/package.json b/plugins/woocommerce/package.json index 6ec8be94d33..e2ed5858ba5 100644 --- a/plugins/woocommerce/package.json +++ b/plugins/woocommerce/package.json @@ -73,7 +73,7 @@ }, "engines": { "node": "^16.13.1", - "npm": "^8.1.2" + "pnpm": "^6.24.2" }, "husky": { "hooks": {