Skip to content

Commit

Permalink
fix: update pnpm/action-setup to v4 to fix CI issue (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemikolh authored Jul 3, 2024
1 parent 030ca1e commit e36c455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-and-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
node-version: ${{ inputs.node-version }}

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4

- name: Install & Build
shell: bash
Expand Down

0 comments on commit e36c455

Please sign in to comment.