Skip to content

Commit

Permalink
Update pnpm/action-setup to v4 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored Jul 4, 2024
1 parent 736aafe commit 2f10cac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
node-version-file: .node-version

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 7
version: 8.8.0

- name: Install global dependencies
run: pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
with:
node-version-file: .node-version

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8.8.0

- name: Install global dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 2f10cac

Please sign in to comment.