Skip to content

Fix/bump version remove npm ci#38

Merged
crisanlucid merged 2 commits into
mainfrom
fix/bump-version-remove-npm-ci
May 11, 2026
Merged

Fix/bump version remove npm ci#38
crisanlucid merged 2 commits into
mainfrom
fix/bump-version-remove-npm-ci

Conversation

@crisanlucid

Copy link
Copy Markdown
Owner

No description provided.

crisanlucid and others added 2 commits May 11, 2026 23:14
npm version only edits package.json and package-lock.json — it never
touches node_modules. npm ci was a leftover from the removed npm publish
step and was causing the dirty-tree error. Removing it and the now-
pointless cache: 'npm' gives a clean tree for npm version to run on.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
No npm install or build runs in this workflow — setup-node has no purpose.
npm version works with the node pre-installed on GitHub runners.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@crisanlucid crisanlucid merged commit 0e0c1bc into main May 11, 2026
2 checks passed
@crisanlucid crisanlucid deleted the fix/bump-version-remove-npm-ci branch May 11, 2026 21:16
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