nano-service/.woodpecker/.build.yml
qpismont aae70c59c0
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
upgrade to bun 1.1.0
2024-04-01 19:14:53 +02:00

13 lines
No EOL
170 B
YAML

when:
event: [push]
steps:
build:
image: oven/bun:${BUN_VERSION}-slim
commands:
- bun install
- bun run build
matrix:
BUN_VERSION:
- 1.1.0