Skip to content

Commit

Permalink
Merge pull request #56 from ksv90/dev
Browse files Browse the repository at this point in the history
fix: pnpm setup action version updated
  • Loading branch information
ksv90 authored Feb 25, 2024
2 parents c325bc3 + ad05dd9 commit 5aa1a0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Install dependencies and pnpm cache
runs:
using: composite
steps:
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
standalone: true
run_install: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: node
target-branch: release-please
validate:
needs: release
if: ${{ needs.release.outputs.release_created == 'true' }}
Expand Down

0 comments on commit 5aa1a0a

Please sign in to comment.