-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Work around npm behavior changes to fix CI on main (#206)
* ci: Prevent recursive prepare script invocations A change between npm 8.9 and 8.10 started running the main package's `prepare` script as part of the examples' installs. This broke CI when the install step launched a fork bomb and got killed after several minutes. This change should fix builds on `main`. * ci: Link with legacy peer deps Something about peer dependencies changed between npm 8.5.5 and 8.6.0 that is causing CI to fail on `main` with ESLint 6 on the test matrix. This works around the issue.
- Loading branch information
Showing
2 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters