Skip to content

Commit

Permalink
install dependencies before running turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes-mysten committed Jun 18, 2024
1 parent e415dcb commit d383cf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/turbo-diffs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ runs:
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # [email protected]
with:
version: 9.1.1
- name: Install dependencies
run: pnpm install --frozen-lockfile
shell: bash
- id: changes
name: Detect changes
shell: bash
Expand Down

0 comments on commit d383cf1

Please sign in to comment.