deps: update pnpm to v10

This commit is contained in:
kakkokari-gtyih
2025-03-03 19:52:26 +09:00
parent 9a2cd1b35e
commit a393ad3aba
20 changed files with 207 additions and 161 deletions

View File

@@ -30,14 +30,15 @@ jobs:
with:
ref: ${{ matrix.ref }}
submodules: true
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4.1.0
with:
run_install: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.2.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: corepack enable
- run: pnpm i --frozen-lockfile
- name: Check pnpm-lock.yaml
run: git diff --exit-code pnpm-lock.yaml