Skip to content

Fix outdated publish action - #1611

Merged
asabaylus merged 1 commit into
mainfrom
claude/update-publish-action-IxCT1
Jan 17, 2026
Merged

Fix outdated publish action#1611
asabaylus merged 1 commit into
mainfrom
claude/update-publish-action-IxCT1

Conversation

@asabaylus

Copy link
Copy Markdown
Owner
  • Update Node.js from 18.x to 20.x to match package.json requirement (>=20)
  • Remove redundant cache action (setup-node has built-in caching)
  • Add required permissions for GITHUB_TOKEN (contents, packages, pull-requests, issues)
  • Add registry-url and NODE_AUTH_TOKEN for proper npm authentication
  • Split release steps for better clarity and debugging

- Update Node.js from 18.x to 20.x to match package.json requirement (>=20)
- Remove redundant cache action (setup-node has built-in caching)
- Add required permissions for GITHUB_TOKEN (contents, packages, pull-requests, issues)
- Add registry-url and NODE_AUTH_TOKEN for proper npm authentication
- Split release steps for better clarity and debugging
@asabaylus
asabaylus merged commit ca421d5 into main Jan 17, 2026
6 of 7 checks passed
@asabaylus
asabaylus deleted the claude/update-publish-action-IxCT1 branch January 17, 2026 13:33
@codecov

codecov Bot commented Jan 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (22f943e) to head (4c42223).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1611   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          238       238           
  Branches        47        47           
=========================================
  Hits           238       238           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants