-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
CI failed and v0.5.1 was not published #88
Comments
this a lint action that was triggered by the pull request, it has nothing to do with releases
it was - https://www.npmjs.com/package/eslint-plugin-import-x/v/0.5.1
|
Yeah, it seems that Node.js 16's corepack can't install yarn. I am going to work on it. |
No, it is the latest Corepack can't fetch anything because it tries to use Node's built-in fetch, which was only added in Node v18. Why is the latest Corepack being used? Because
The only solution: actions/setup-node#1075 (comment) |
Thanks for providing so many details and context! Would you like to create a PR to help us fix the CI? |
@SukkaW done |
Thank you! |
From CI#217, CI failed.
v0.5.1 was not published.
I don't know if this is the cause, but on ubuntu-22.04 with image version 20240403.1.0 or later, the node v16 job is failing to find yarn.
The text was updated successfully, but these errors were encountered: