chore: switch CI from pnpm to npm

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@gapmiss 2026-05-30 16:19:53 -05:00
parent 1785ad37c7
commit d56dbff18a
2 changed files with 2 additions and 3161 deletions

View file

@ -17,19 +17,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
cache: 'npm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: npm ci
- name: Build
run: npm run build

File diff suppressed because it is too large Load diff