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:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set pnpm
|
- uses: pnpm/action-setup@v5
|
||||||
uses: pnpm/action-setup
|
|
||||||
|
|
||||||
- name: Set node
|
- name: Set node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue