Skip to content

Commit b39f589

Browse files
committed
ci: use pnpm
1 parent 7eb653e commit b39f589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
run: pnpm install --frozen-lockfile
3434

3535
- name: Publish to NPM
36-
run: npm publish
36+
run: pnpm publish
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)