Skip to content

Commit

Permalink
Use latest pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Oct 18, 2023
1 parent ce58dba commit 85e957d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
with:
node-version: ${{ inputs.node-version }}

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2
with:
version: 7

Expand All @@ -30,7 +30,7 @@ runs:
restore-keys: |
${{ runner.os }}-pnpm-store-
# Wireit cache
# # Wireit cache
# - uses: google/wireit@setup-github-actions-caching/v1

- name: Install dependencies
Expand Down

0 comments on commit 85e957d

Please sign in to comment.