From 32fd297f653946ca39e6f7dc43844bd718b47054 Mon Sep 17 00:00:00 2001 From: Petyo Ivanov Date: Fri, 4 Aug 2023 14:27:41 +0300 Subject: [PATCH] chore: fix npm i --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4d58b18..a3c06c81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm install + run: npm install --legacy-peer-deps - name: Test run: npm run test