Skip to content

Commit

Permalink
fix(deps): drop legacy-peer-deps - override to CommonJS packages 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed May 4, 2024
1 parent 5d7fcb7 commit 65ab519
Show file tree
Hide file tree
Showing 4 changed files with 4,197 additions and 3,650 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ runs:
- name: 🔗 Install Dependencies
shell: bash
run: |
npm i --legacy-peer-deps
# npm ci --no-fund --no-audit --no-progress --ignore-scripts
npm ci --no-fund --no-audit --no-progress --ignore-scripts
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To get started, follow these steps:

1. Fork the repository
1. Clone your forked repository
1. Install dependencies with `npm install --legacy-peer-deps`
1. Install dependencies with `npm ci --no-fund --no-audit --no-progress`
1. Make changes
1. Test your changes
1. Submit a pull request against the `beta` branch
Expand Down
Loading

0 comments on commit 65ab519

Please sign in to comment.