From d9c5fc6e4ea406d71caf0f39b771253c545f92f4 Mon Sep 17 00:00:00 2001 From: Mattias Granlund Date: Wed, 16 Aug 2023 23:54:40 +0100 Subject: [PATCH] Fixes the dependabot PRs CI currently fails with a mention about the lockfile setting settings.autoInstallPeers Read more here: https://github.com/pnpm/pnpm/issues/6649 --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index b6f27f135..fbf7f9a7e 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ engine-strict=true +auto-install-peers=true