Skip to content
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

Use node 18 targets for yarn pkg #1449

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

heltoft
Copy link
Contributor

@heltoft heltoft commented May 21, 2024

With the move to node 18 in v12.0.0 the targets for the yarn pkg command was not updated as expected.

These commands are used by the homebrew-tap and fixes the issue of having an outdated node version as part of the compiled binaries when installing with brew as outlined in: #1448

This should suffice to fix the underlying issue, but I think it could be worth to look into the option of not bundling node in as part of the binary and instead use what is already available on the system it is running on.

These commands are used by the brew taps and fixes the issue of having an outdated node version as part of the compiled binaries when installing with brew.
Copy link
Member

@fbartho fbartho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah! I’m not super familiar with yarn pkg, but this does seem to explain it!

@orta
Copy link
Member

orta commented May 21, 2024

Cool, makes sense to me 👍🏻

@orta orta merged commit d3fba07 into danger:main May 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants