chore: update gh action to set up pnpm
This commit is contained in:
parent
9f9dbf7506
commit
f480c808f3
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -16,8 +16,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set pnpm
|
||||
uses: pnpm/action-setup
|
||||
- uses: pnpm/action-setup@v5
|
||||
|
||||
- name: Set node
|
||||
uses: actions/setup-node@v6
|
||||
|
|
|
|||
Loading…
Reference in a new issue