Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ runs:
shell: bash
run: npm install -g npm@latest

# Install pnpm. https://github.com/pnpm/action-setup
- uses: pnpm/action-setup@v4
with:
version: 9
# run_install: false

# Get pnpm store path so we can cache it
- name: Get pnpm store directory
shell: bash
Expand Down
Loading