Skip to content

ci: bump actions to Node.js 24, drop broken npm step#35

Merged
prosdev merged 1 commit intomainfrom
ci/bump-actions
Apr 2, 2026
Merged

ci: bump actions to Node.js 24, drop broken npm step#35
prosdev merged 1 commit intomainfrom
ci/bump-actions

Conversation

@prosdev
Copy link
Copy Markdown
Contributor

@prosdev prosdev commented Apr 2, 2026

Summary

  • Bump actions/checkout v4 → v6, actions/setup-node v4 → v6, pnpm/action-setup v4 → v5, actions/cache v4 → v5
  • Remove npm install -g npm@latest from release workflow — broken on Node 22.22.2 (MODULE_NOT_FOUND: promise-retry) and unnecessary since we use pnpm

Fixes the release workflow failure from the previous merge.

Test plan

  • CI passes on this PR (proves the action bumps work)
  • Merge triggers release workflow without the npm error

- actions/checkout v4 → v6
- actions/setup-node v4 → v6
- pnpm/action-setup v4 → v5
- actions/cache v4 → v5
- Remove npm install -g from release (broken, unneeded)

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@prosdev prosdev merged commit 6d2f29f into main Apr 2, 2026
1 check passed
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.

1 participant