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

fix: update npm registry keys #614

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Conversation

MikeMcC399
Copy link
Contributor

Updates

corepack/config.json

Lines 165 to 175 in 9dfbe18

"keys": {
"npm": [
{
"expires": null,
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"keytype": "ecdsa-sha2-nistp256",
"scheme": "ecdsa-sha2-nistp256",
"key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+IhuteBJbuHcA5UogKo0EWtlWwW6KSaKoTNEYL7JlCQiVnkhBktUgg=="
}
]
}
to align with currently published keys from https://registry.npmjs.org/-/npm/v1/keys:

{
    "keys": [
        {
            "expires": "2025-01-29T00:00:00.000Z",
            "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
            "keytype": "ecdsa-sha2-nistp256",
            "scheme": "ecdsa-sha2-nistp256",
            "key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+IhuteBJbuHcA5UogKo0EWtlWwW6KSaKoTNEYL7JlCQiVnkhBktUgg=="
        },
        {
            "expires": null,
            "keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
            "keytype": "ecdsa-sha2-nistp256",
            "scheme": "ecdsa-sha2-nistp256",
            "key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEY6Ya7W++7aUPzvMTrezH6Ycx3c+HOKYCcNGybJZSCJq/fd7Qa8uuAKtdIkUQtQiEKERhAmE5lMMJhP8OkDOa2g=="
        }
    ]
}

@aduh95 aduh95 merged commit 8c90caa into nodejs:main Jan 27, 2025
12 checks passed
@MikeMcC399 MikeMcC399 deleted the update/npm-keys branch January 28, 2025 09:00
EndangeredMassa pushed a commit to EndangeredMassa/corepack that referenced this pull request Jan 28, 2025
chris-olszewski added a commit to vercel/turborepo that referenced this pull request Feb 3, 2025
### Description

Always use latest corepack version regardless of Node version.
Specifically unbreak CI as we pick up
nodejs/corepack#614



### Testing Instructions

CI passes
tbroadley added a commit to METR/vivaria that referenced this pull request Feb 3, 2025
Following the fix suggested here:
https://vercel.com/guides/corepack-errors-github-actions

I think this is the relevant GitHub issue:
nodejs/corepack#612

And installing the latest corepack pulls in this PR:
nodejs/corepack#614 which fixes the issue.
chris-olszewski added a commit to vercel/turborepo that referenced this pull request Feb 4, 2025
### Description

Always use latest corepack version regardless of Node version.
Specifically unbreak CI as we pick up
nodejs/corepack#614



### Testing Instructions

CI passes
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.

config.test hard failure in CI (key store should be up-to-date)
2 participants