chore: use bun

This commit is contained in:
pat-s
2024-12-13 00:19:03 +01:00
parent 591f256d1e
commit 470e4b114f
2 changed files with 3 additions and 4 deletions

View File

@@ -47,12 +47,11 @@ steps:
- event: manual
build:
image: *node_image
image: oven/bun:1.1.38-alpine
directory: docs/
commands:
- corepack enable
- pnpm install --frozen-lockfile
- pnpm build
- bun install
- bun run build
when:
- path: *when_path
event: [tag, pull_request, push]

BIN
docs/bun.lockb Executable file

Binary file not shown.