Skip to content

Commit e44cc3e

Browse files
authored
ci(covector): add pnpm setup (#10)
1 parent 559a7e1 commit e44cc3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/covector-version-or-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- uses: actions/setup-node@v4
3030
with:
3131
registry-url: 'https://registry.npmjs.org'
32+
- uses: pnpm/action-setup@v4
33+
name: Install pnpm
34+
with:
35+
version: 10
3236
- name: git config
3337
run: |
3438
git config --global user.name "${{ github.event.pusher.name }}"

0 commit comments

Comments
 (0)