nano-service/.woodpecker/.build.yml

11 lines
161 B
YAML
Raw Normal View History

2024-01-05 13:25:04 +01:00
steps:
2024-01-05 13:36:24 +01:00
build:
2024-02-08 20:20:11 +01:00
image: oven/bun:${BUN_VERSION}-slim
2024-01-05 13:25:04 +01:00
commands:
2024-01-30 21:50:19 +01:00
- bun install
2024-02-08 20:20:11 +01:00
- bun run build
matrix:
BUN_VERSION:
- 1.0.25
- 1.0.26