mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 10:07:21 +02:00
chore: use bun
This commit is contained in:
parent
591f256d1e
commit
470e4b114f
@ -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.
Loading…
Reference in New Issue
Block a user