Skip to content

Commit

Permalink
Revert "fix ci npm compatibility"
Browse files Browse the repository at this point in the history
This reverts commit 387fe85.
  • Loading branch information
t2t2 committed Dec 2, 2021
1 parent 387fe85 commit 96ab0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 96ab0ec

Please sign in to comment.