ci: activate pnpm with corepack

This commit is contained in:
Peter Steinberger 2026-03-29 09:55:14 +09:00
parent 9bf5c0f994
commit 71f5bd593b
No known key found for this signature in database

View File

@ -18,8 +18,8 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: 20
cache: pnpm
- run: corepack enable
- run: corepack prepare pnpm@10.22.0 --activate
- run: pnpm install --no-frozen-lockfile
- run: pnpm --version
- run: pnpm check