Skip to content

Commit f749a30

Browse files
deanzakaclaude
andcommitted
fix(ci): remove npm cache and install steps — no dependencies
The repo has zero npm dependencies, so `cache: 'npm'` fails on missing package-lock.json and `npm install` is a no-op. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6d2ee43 commit f749a30

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: '22'
22-
cache: 'npm'
23-
24-
- name: Install dependencies
25-
run: npm install
2622

2723
- name: Run CI checks
2824
run: npm run ci

.github/workflows/publish-bundle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
with:
2121
node-version: '22'
2222

23-
- name: Install dependencies
24-
run: npm install
25-
2623
- name: Validate
2724
run: npm run validate
2825

0 commit comments

Comments
 (0)