chore(ci): update publish workflow actions and remove npm upgrade step#142
Merged
Conversation
christoph-jerolimov
force-pushed
the
ci/update-publish-workflow
branch
2 times, most recently
from
July 17, 2026 12:01
c004d5f to
6f5fe1f
Compare
kadel
reviewed
Jul 17, 2026
Update checkout and setup-node actions to v7. Remove fetch-depth and the separate npm upgrade step which is no longer needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
christoph-jerolimov
force-pushed
the
ci/update-publish-workflow
branch
from
July 17, 2026 12:04
6f5fe1f to
716f3b2
Compare
npm@latest now resolves to npm 12 which requires Node >= 22.22.2, breaking CI on runners with Node 22.22.0. Pin to npm@11 which supports OIDC (11.5.1+) and works with Node 20.17+ / 22.9+. Assisted-by: Claude Code
Assisted-by: Claude Code
Single source of truth for the Node version instead of hardcoding it in each workflow. Assisted-by: Claude Code
|
Member
|
no need to wait for test, this is just ci change |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
actions/checkoutfrom v4 to v7actions/setup-nodefrom v4 to v7fetch-depth: 0(not needed for publish)npm install -g npm@lateststepTest plan
🤖 Generated with Claude Code