fix(ci): remove npm@latest from publish workflow#99
Conversation
Node.js 22.22.2 runner has a dependency conflict with npm@latest, causing `Cannot find module 'promise-retry'` error. The step is unnecessary as actions/setup-node@v4 already provides a compatible npm version.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughpublishジョブから 変更内容
コード審査工数の見積もり🎯 1 (Trivial) | ⏱️ ~3 minutes ポエム
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Around line 12-14: The CHANGELOG has a chronological mismatch: the date group
heading "### 2026-04-06" sits under the released section "## [0.10.1] -
2026-04-05"; either move the "### 2026-04-06" entry (and its bullet) up into the
"## [Unreleased]" section as a date group, or update the "## [0.10.1] -
2026-04-05" header to the actual release date to restore chronological order;
locate and edit the headings "## [0.10.1] - 2026-04-05" and "### 2026-04-06" to
perform the chosen fix and ensure the file follows the Keep a Changelog format
(Japanese) with proper version/date grouping and PR suffixes.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 0cfda35d-d38e-4f5d-b2d3-861ee5d7b25e
📒 Files selected for processing (2)
.github/workflows/publish.ymlCHANGELOG.md
💤 Files with no reviewable changes (1)
- .github/workflows/publish.yml
Summary
npm install -g npm@latestを削除Cannot find module 'promise-retry'エラーが発生し、v0.10.1 リリースが失敗していたactions/setup-node@v4が互換性のある npm を既にセットアップしているため、このステップは不要Test plan
Summary by CodeRabbit
リリースノート