Skip to content

Commit

Permalink
update pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanonim committed Dec 19, 2024
1 parent e6d5256 commit a98b36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
submodules: recursive

- uses: pnpm/action-setup@v2.1.0
- uses: pnpm/action-setup@v4.0.0
with:
version: 7.17.0
run_install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
submodules: recursive

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

0 comments on commit a98b36b

Please sign in to comment.