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

Smoke test with non-legacy yarn version #696

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rotu
Copy link
Contributor

@rotu rotu commented Jan 6, 2025

Confusingly, npm install yarn@latest installs a very old version 1.22.22. The latest version of yarn is 4.6.0, published as @yarnpkg/cli and @yarnpkg/cli-dist.

https://github.com/zeromq/zeromq.js/actions/runs/12553326958/job/35000759612#step:9:168

rotu added 2 commits January 5, 2025 23:07
This allows this package to be used as a dependency (in built form) even when the compilation tools can't be installed.
@@ -308,7 +308,7 @@ jobs:
- name: Install Yarn Latest
if: matrix.node-version == 22
run: |
npm i -g yarn@latest
npm i -g @yarnpkg/cli-dist@latest
Copy link
Member

Choose a reason for hiding this comment

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

Could you separate any change other than the version bump?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah. Moving this back to draft while I figure out what all is needed to make the smoke tests pass then I'll split it up as needed.

@rotu rotu marked this pull request as draft January 6, 2025 15:20
This is only needed if you're building from source
@rotu rotu force-pushed the blonde-damselfly branch from cf95f96 to e5a37be Compare January 6, 2025 15:53
# Conflicts:
#	pnpm-lock.yaml
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.

2 participants