Skip to content

Commit 53fd88a

Browse files
committed
ci(covector): install deps using pnpm
1 parent 464fc05 commit 53fd88a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0 # required for use of git history
29+
- name: Install pnpm
30+
uses: pnpm/action-setup@v4
2931
- uses: actions/setup-node@v4
3032
with:
3133
registry-url: 'https://registry.npmjs.org'
32-
- uses: pnpm/action-setup@v4
33-
name: Install pnpm
34+
cache: 'pnpm'
35+
- name: Install dependencies
36+
run: pnpm install
3437
- name: git config
3538
run: |
3639
git config --global user.name "${{ github.event.pusher.name }}"

0 commit comments

Comments
 (0)