Skip to content

Commit 73df856

Browse files
fix: use npm install instead of npm ci in publish workflow
1 parent c1c1783 commit 73df856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 20
2020
registry-url: https://registry.npmjs.org
2121

22-
- run: npm ci
22+
- run: npm install
2323

2424
- run: npm publish --provenance
2525

0 commit comments

Comments
 (0)