Skip to content

Commit

Permalink
refactor!: update action.yml (#7)
Browse files Browse the repository at this point in the history
Update PNPM run steps to use the latest PNPM by default.
  • Loading branch information
gao-sun authored Jul 4, 2024
1 parent 35a3482 commit c6239af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
default: ^20.9
pnpm-version:
type: string
default: 8
default: 9

runs:
using: composite
Expand All @@ -23,7 +23,7 @@ runs:
ref: ${{ inputs.branch }}

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v4
uses: silverhand-io/actions-node-pnpm-run-steps@v5
with:
node-version: ${{ inputs['node-version'] }}
pnpm-version: ${{ inputs['pnpm-version'] }}
Expand Down

0 comments on commit c6239af

Please sign in to comment.