We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabebde commit fb0767fCopy full SHA for fb0767f
1 file changed
.github/workflows/npm-publish.yml
@@ -27,6 +27,6 @@ jobs:
27
28
- name: Update npm
29
run: npm install -g npm@latest
30
- - run: npm ci
+ - run: bun install --frozen-lockfile
31
- run: bun test
32
- run: npm publish
0 commit comments