chore: indicate pnpm version in release gh action
This commit is contained in:
parent
40022df835
commit
bcf34d68e4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- uses: pnpm/action-setup@v5
|
||||
with:
|
||||
version: 10
|
||||
|
||||
- name: Set node
|
||||
uses: actions/setup-node@v6
|
||||
|
|
|
|||
Loading…
Reference in a new issue