From 96ab0ecd785bfde85cf415ad37b1c03f0c10d1af Mon Sep 17 00:00:00 2001
From: t2t2 <taavot@gmail.com>
Date: Thu, 2 Dec 2021 13:42:15 +0200
Subject: [PATCH] Revert "fix ci npm compatibility"

This reverts commit 387fe850999069c4f21e6216681726ac5acd33e5.
---
 .github/workflows/lint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 00602c16ce..bd97d7ebe9 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -39,6 +39,6 @@ jobs:
         if: steps.cache.outputs.cache-hit != 'true'
         run: |
           npm install --only=dev --ignore-scripts
-          npx lerna bootstrap --no-ci --hoist --nohoist='zone.js' --nohoist='gts' --ignore-scripts -- --legacy-peer-deps --only=dev
+          npx lerna bootstrap --no-ci --hoist --nohoist='zone.js' --nohoist='gts' --ignore-scripts -- --only=dev
       - name: Lint
         run: npm run lint