Skip to content

Commit

Permalink
Update pnpm/action-setup action to v4 (#650)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 1e45494 commit b9a5125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: 12.x

- uses: pnpm/action-setup@v2.4.1
- uses: pnpm/action-setup@v4.0.0
with:
version: 6.17.2
run_install: true
Expand All @@ -45,7 +45,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: pnpm/action-setup@v2.4.1
- uses: pnpm/action-setup@v4.0.0
with:
version: 6.17.2
run_install: true
Expand All @@ -68,7 +68,7 @@ jobs:
node-version: 14.x
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v2.4.1
- uses: pnpm/action-setup@v4.0.0
with:
version: 6.17.2
run_install: true
Expand Down

0 comments on commit b9a5125

Please sign in to comment.