Skip to content

Commit 7fe645d

Browse files
a6b8claude
andcommitted
Fix CI: use npm install instead of npm ci
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 0b87674 commit 7fe645d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 22
2020

2121
- name: Install dependencies
22-
run: npm ci
22+
run: npm install
2323

2424
- name: Run Jest tests (with coverage)
2525
run: npm run test:coverage:src

0 commit comments

Comments
 (0)