From 0b92761afc64236e842969e4522ac79e6423ee7f Mon Sep 17 00:00:00 2001 From: terwer Date: Thu, 2 Feb 2023 13:22:03 +0800 Subject: [PATCH] fix: CI complains of outdated lockfile but says the lockfile is up to date, see https://github.com/pnpm/pnpm/issues/5144 --- .npmrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index c483022c..1cfbd6f0 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ -shamefully-hoist=true \ No newline at end of file +shamefully-hoist=true +strict-peer-dependencies=false \ No newline at end of file