Skip to content

Commit 3bcfe18

Browse files
committed
ci: use latest pnpm
1 parent e71f556 commit 3bcfe18

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ runs:
2424
shell: bash
2525
run: npm install -g npm@latest
2626

27-
# Install pnpm. https://github.com/pnpm/action-setup
28-
- uses: pnpm/action-setup@v4
29-
with:
30-
version: 9
31-
# run_install: false
32-
3327
# Get pnpm store path so we can cache it
3428
- name: Get pnpm store directory
3529
shell: bash

0 commit comments

Comments
 (0)