fix(ci): Switch to bun in ci

This commit is contained in:
2026-02-20 20:31:23 +01:00
parent 21ceb9fa26
commit fe90414dd9
2 changed files with 18 additions and 237 deletions

View File

@@ -10,12 +10,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 19
- run: npm i -g pnpm@10.7 && pnpm i
- run: pnpm licenses:export
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun licenses:export
- name: Login to registry
uses: docker/login-action@v3
with: