Skip to content

Commit

Permalink
Update pnpm/action-setup in shared action too
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 21, 2024
1 parent cf20520 commit 916ab6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/init-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ runs:
using: composite
steps:
- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 916ab6e

Please sign in to comment.