mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
chore: use bun
This commit is contained in:
@@ -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
BIN
docs/bun.lockb
Executable file
Binary file not shown.
Reference in New Issue
Block a user