ci: replace deprecated pnpm setup action

This commit is contained in:
Peter Steinberger 2026-03-29 09:53:28 +09:00
parent 91819929d9
commit 9bf5c0f994
No known key found for this signature in database

View File

@ -15,7 +15,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: 20
cache: pnpm
- run: corepack enable
- run: pnpm install --no-frozen-lockfile
- run: pnpm --version
- run: pnpm check