Skip to content

Commit 4bb8fde

Browse files
committed
Fix typo
1 parent 9a37f8d commit 4bb8fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
19-
- run: npm c
19+
- run: npm ci
2020
- run: npm test
2121

2222
publish-npm:

0 commit comments

Comments
 (0)