Skip to content

Commit fb0767f

Browse files
committed
fix
1 parent aabebde commit fb0767f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727

2828
- name: Update npm
2929
run: npm install -g npm@latest
30-
- run: npm ci
30+
- run: bun install --frozen-lockfile
3131
- run: bun test
3232
- run: npm publish

0 commit comments

Comments
 (0)