switch to pnpm

Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-06-22 15:24:00 +02:00
co-authored by Mistral Vibe
parent a44f71f056
commit 5a86625f3f
9 changed files with 7860 additions and 8492 deletions
+4 -4
View File
@@ -16,16 +16,16 @@ jobs:
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'npm'
cache: 'pnpm'
- name: Install dependencies
run: npm ci
run: pnpm install --frozen-lockfile
- name: Build Firefox (mv2)
run: npm run build:firefox
run: pnpm run build:firefox
- name: Build Chrome (mv3)
run: npm run build
run: pnpm run build
- name: Upload Firefox (mv2)
uses: actions/upload-artifact@v5