Skip to content

Commit

Permalink
fix: bump pnpm actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagoslar committed Apr 1, 2024
1 parent ba5987e commit 6ff9274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
with:
node-version: 18

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
node-version: 20.x

- uses: pnpm/action-setup@v2.0.1
- uses: pnpm/action-setup@v3.0.0
with:
version: 7.5.0
version: 8.15.4

- run: pnpm install --frozen-lockfile

Expand Down

0 comments on commit 6ff9274

Please sign in to comment.