From a4255be6eef6c76d571461eb737de291d8a0ccf0 Mon Sep 17 00:00:00 2001 From: James Zow Date: Thu, 30 May 2024 10:53:29 +0800 Subject: [PATCH] Update .npmrc --- web/.npmrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/.npmrc b/web/.npmrc index 195d12fe..642549e1 100644 --- a/web/.npmrc +++ b/web/.npmrc @@ -3,3 +3,5 @@ public-hoist-pattern[]=*prettier* public-hoist-pattern[]=lint-staged public-hoist-pattern[]=*stylelint* public-hoist-pattern[]=@commitlint/cli +# Fix CI/CD Github ERR_PNPM_BAD_PM_VERSION  This project is configured to use v9.1.2 of pnpm. Your current pnpm is v9.1.3 +package-manager-strict=false