Use npmrc for standalone pnpm installs

Co-authored-by: Steven <styfle@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-05-21 22:36:20 +00:00
parent c3c8c1984f
commit c8a4e0179a
12 changed files with 32 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ jobs:
with:
node-version: '20'
- name: Enable pnpm
run: corepack enable pnpm && corepack install
run: corepack enable pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run tests