Skip to content

fix: use npm install in release workflow#21

Merged
yerzhansa merged 1 commit into
mainfrom
fix/release-npm-install
Apr 16, 2026
Merged

fix: use npm install in release workflow#21
yerzhansa merged 1 commit into
mainfrom
fix/release-npm-install

Conversation

@yerzhansa

Copy link
Copy Markdown
Owner

npm ci fails due to lockfile version mismatch (local npm 11 vs runner npm 10). npm install works — dirty lockfile is harmless since only package.json is staged.

npm ci fails due to lockfile version mismatch between local npm 11
and runner npm 10. npm install works — dirty lockfile is harmless
since only package.json is staged for the version commit.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@yerzhansa yerzhansa merged commit feef5f5 into main Apr 16, 2026
@yerzhansa yerzhansa deleted the fix/release-npm-install branch April 16, 2026 16:03
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