-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ignore EACCES on linking #121
Conversation
If you are comfortable with rebasing and editing commits, could you isolate the If you use If you aren't, no problem. We can generate a new PR based off of this one for you. Ideally we'll have two commits in the PR, the |
fb404e3
to
2513732
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks for working on this!
🤖 I have created a release *beep* *boop* --- ## [5.0.0](v4.0.4...v5.0.0) (2024-09-25) ###⚠️ BREAKING CHANGES * `bin-links` now supports node `^18.17.0 || >=20.5.0` ### Features * [`9648a7d`](9648a7d) [#121](#121) ignore EACCES on linking (@antongolub) ### Bug Fixes * [`013be50`](013be50) [#139](#139) align to npm 10 node engine range (@reggi) ### Dependencies * [`a08d09b`](a08d09b) [#139](#139) `[email protected]` * [`7d90298`](7d90298) [#139](#139) `[email protected]` * [`0c915a3`](0c915a3) [#139](#139) `[email protected]` * [`502417c`](502417c) [#139](#139) `[email protected]` * [`722452a`](722452a) [#139](#139) `[email protected]` * [`af7e347`](af7e347) [#121](#121) add proc-log ### Chores * [`463c32f`](463c32f) [#139](#139) run template-oss-apply (@reggi) * [`ba52600`](ba52600) [#133](#133) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`fdf22ae`](fdf22ae) [#134](#134) postinstall for dependabot template-oss PR (@hashtagchris) * [`d949f7d`](d949f7d) [#134](#134) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Alternative approach for bypassing
EACCES
errors on CI.relates #119