ci: use pnpm version from packageManager field in the package.json. (#13825)

This commit is contained in:
anatawa12
2024-05-20 18:55:42 +09:00
committed by GitHub
parent f6df94070b
commit ed74f7b4a8
9 changed files with 13 additions and 51 deletions

View File

@@ -32,10 +32,7 @@ jobs:
ref: ${{ matrix.ref }}
submodules: true
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9
run_install: false
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with: