Skip to content

Commit b0c1eec

Browse files
committed
fix(ci): remove npm self-update step that corrupted hostedtoolcache (0.16.1)
1 parent a252afa commit b0c1eec

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
node-version: '22.x'
2727
registry-url: 'https://registry.npmjs.org/'
2828

29-
- name: Upgrade npm for trusted publishing
30-
run: npm install -g npm@latest
31-
3229
- name: Install dependencies
3330
run: npm ci
3431

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.16.1] - 2026-04-09
4+
5+
### Fixed
6+
- **CI: npm self-update removed**`npm install -g npm@latest` was corrupting the npm installation in the GitHub Actions hostedtoolcache; Node 22 ships with npm 10+ which already supports `--provenance`
7+
38
## [0.16.0] - 2026-04-09
49

510
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nolrm/contextkit",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "ContextKit - Context Engineering for AI Development. Provide rich context to AI through structured MD files with standards, code guides, and documentation. Works with Cursor, Claude, Aider, VS Code Copilot, and more.",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)