-
Notifications
You must be signed in to change notification settings - Fork 157
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
Support many package managers #166
Conversation
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.
Could you please add a changeset
by using npx changeset
My change will also allow the CI to run. |
This test in the branch I made to run CI (with my permissions for GH Auth Token) is showing the Environments E2E tests are failing now. https://github.com/cloudflare/wrangler-action/actions/runs/6225473338/job/16895989165 |
@JacobMGEvans Can you please allow CI again? I want to see error message. |
It is the error in the link in my comment. Its running CI in a separate branch because even if I approve this one it will fail since the GitHub Token requires a maintainer's PR to run. This is the link: https://github.com/cloudflare/wrangler-action/actions/runs/6225473338/job/16895989165 |
Is there anything I can do about it now? |
Figure out why your changes caused the Environment E2E's to fail, the action can be tested/developed locally with https://github.com/nektos/act If you don't I am sure someone will pick up the PR, if not me. |
@JacobMGEvans I fixed it. P.S. |
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.
I think this is a great initial implementation and covers some of the major package managers in the JS/TS ecosystem! Thanks for the hard work 😄
Change-type: patch See: cloudflare/wrangler-action#166
Change-type: patch See: cloudflare/wrangler-action#166
We must choose whether to install the package manager in this action or leave it up to the user.
Maybe fix #156