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

Specify pnpm version in release action #2304

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Conversation

garrettgu10
Copy link
Collaborator

The Miniflare testing was broken and complaining about this. Not sure how to test without merging it in first, but CI is already broken on main so 🤷

@garrettgu10 garrettgu10 requested a review from fhanau June 20, 2024 21:15
@garrettgu10 garrettgu10 requested review from a team as code owners June 20, 2024 21:15
# version is no longer being defined here, since we can automatically use the version
# defined in workers-sdk/package.json instead.
with:
version: 9.1.3
Copy link
Collaborator

Choose a reason for hiding this comment

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

Using ~9.1.3 or ^9.1.3 might delay the time when this will be broken next – or that syntax might be unsupported and just won't work, we can go ahead with this for now.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Let's merge and see if this works on main, then we can change it to ^9.1.3 in a followup

@garrettgu10 garrettgu10 merged commit 27b8210 into main Jun 20, 2024
10 checks passed
@fhanau
Copy link
Collaborator

fhanau commented Jun 20, 2024

@petebacondarwin @CarmenPopoviciu #2256 was supposed to provide a durable fix here but didn't work. Based on https://github.com/pnpm/action-setup?tab=readme-ov-file#version the version field should being optional here, but it looks like the packageManager field would have to be set in Wrangler, not sure if that has any side effects.

ns476 pushed a commit to ns476/workerd that referenced this pull request Aug 2, 2024
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