Skip to content

Commit

Permalink
Update pnpm/action-setup action to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2023
1 parent 010ff0e commit f2bfd58
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 @@ -23,7 +23,7 @@ jobs:
with:
node-version: 12.x

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
version: 6.17.2
run_install: true
Expand All @@ -44,7 +44,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

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

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.3.0
with:
version: 6.17.2
run_install: true
Expand Down

0 comments on commit f2bfd58

Please sign in to comment.