We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, this is an upstream issue (see nodejs/corepack#627 (comment)) that was fixed with Node.js version 22.14.0.
Steps to reproduce is to use the electronuserland/builder:wine in some CI job:
electronuserland/builder:wine
build:desktop: image: electronuserland/builder:wine stage: deploy script: - corepack enable - corepack install - pnpm config set store-dir .pnpm-store
Error:
/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:21535 if (key == null || signature == null) throw new Error(`Cannot find matching keyid: ${JSON.stringify({ signatures, keys })}`);
Proposal: update Node.js v22.13.0 to latest v22.14.0 (LTS) which contains corepack 0.31.0 with the fix.
Thank you very much.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi, this is an upstream issue (see nodejs/corepack#627 (comment)) that was fixed with Node.js version 22.14.0.
Steps to reproduce is to use the
electronuserland/builder:wine
in some CI job:Error:
Proposal: update Node.js v22.13.0 to latest v22.14.0 (LTS) which contains corepack 0.31.0 with the fix.
Thank you very much.
The text was updated successfully, but these errors were encountered: