ci: use pnpm version from packageManager field in the package.json. (#13825)
This commit is contained in:
parent
f6df94070b
commit
ed74f7b4a8
9 changed files with 13 additions and 51 deletions
|
|
@ -24,9 +24,7 @@ jobs:
|
|||
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||
|
||||
- name: setup pnpm
|
||||
uses: pnpm/action-setup@v3
|
||||
with:
|
||||
version: 9
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
- name: setup node
|
||||
id: setup-node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue