-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Action failing with setup that has previously been working #135
Comments
Seeing this as well with |
can confirm seeing the issue as on 8.11.0 |
Upgrading the action to v4 seems to fix this:
|
upgrading to v4 fixes this for me |
Fix failing setup step Ref: pnpm/action-setup#135
Fix failing setup step Ref: pnpm/action-setup#135
This fix worked when jumping from |
Fix failing setup step Ref: pnpm/action-setup#135
Also got this error on v2. v4 fixes it |
…_FETCH_FAIL GET https://registry.npmjs.org/pnpm: Value of "this" must be of type URLSearchParams` see pnpm/action-setup#135
…FETCH_FAIL GET https://registry.npmjs.org/pnpm: Value of "this" must be of type URLSearchParams` see pnpm/action-setup#135
We also upgrade to |
fixes [`ERR_INVALID_THIS` error](pnpm/action-setup#135) by bumping [pnpm/action-setup](https://github.com/withastro/action/blob/v2.0.1/action.yml#L60)
fixes [`ERR_INVALID_THIS` error](pnpm/action-setup#135) by bumping [pnpm/action-setup](https://github.com/withastro/action/blob/v2.0.1/action.yml#L60)
Are we getting a fix for this in the v4 and v3 versions of the action? I am seeing this with 9.4.0 of pnpm and v4 of the action. |
This issue was reproducible only in v2 of the action as far as I can tell. As you can see, everyone is upgrading to v4 to fix the issue. |
only the modern javascript ecosystem can have software be broken absolutely out of nowhere |
I've triple checked that I'm using v4 . I'm even using the direct commit hash instead of just v4 and still seeing this. |
@CollinHerber do you have a link to the action? If no, you can just use corepack instead to install pnpm. Like here: |
* Updated the focus on the drag list and UI updates * Add link to nvmrc and NVM repository * Upgrade to pnpm/action-setup@v4 (v2 is now incompatible with npm - pnpm/action-setup#135) * Fix test of page title editing * Fixed the style of the draggable item states * Fixed the style of the draggable item states --------- Co-authored-by: Daniel Naab <[email protected]> Co-authored-by: Daniel Naab <[email protected]>
see: pnpm/action-setup#135 (cherry picked from commit fde668a)
seems to be broken! pnpm/action-setup#135
We previously used pnpm version 7 ( We had to update the pnpm version too. Using pnpm 8 ( |
Getting the following error when running action. Action was working yesterday, and has worked for almost a year.
This is our setup:
The text was updated successfully, but these errors were encountered: