15 lines
No EOL
197 B
YAML
15 lines
No EOL
197 B
YAML
when:
|
|
event: [push]
|
|
|
|
steps:
|
|
build:
|
|
image: oven/bun:${BUN_VERSION}-slim
|
|
commands:
|
|
- bun install
|
|
- bun run build
|
|
|
|
matrix:
|
|
BUN_VERSION:
|
|
- 1.0.31
|
|
- 1.0.32
|
|
- 1.0.33 |