Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kernel/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kernel/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hypeship/fix-release-npm-node-engine
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Jul 9, 2026

  1. ci: pin release to Node 24 LTS and drop npm@latest self-update

    `node-version: latest` pulled Node 26 (non-LTS), and
    `npm install -g npm@latest` pulled npm 12, which fails to resolve its
    bundled sigstore module during `npm publish --provenance` and breaks
    the OIDC trusted publish (npm/cli#9722). Node 24 LTS bundles
    npm >= 11.5.1 with working provenance, so pin to it and use the
    bundled npm instead of self-updating.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    hiroTamada and claude committed Jul 9, 2026
    Configuration menu
    Copy the full SHA
    ffc1ab4 View commit details
    Browse the repository at this point in the history
Loading