Skip to content

Commit

Permalink
try upgrading pnpm/action-setup to the current latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0gr committed Sep 29, 2024
1 parent 278bea0 commit 9b91b12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: 14.x

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.4.1
with:
version: 7.29.3
run_install: false
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
with:
node-version: 14.x

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.4.1
with:
version: 7.29.3
run_install: false
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
with:
node-version: 14.x

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.4.1
with:
version: 7.29.3
run_install: false
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
with:
node-version: 14.x

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.4.1
with:
version: 7.29.3
run_install: false
Expand Down

0 comments on commit 9b91b12

Please sign in to comment.