nano-service/.woodpecker/.build.yml

8 lines
228 B
YAML
Raw Normal View History

2024-01-05 13:25:04 +01:00
steps:
2024-01-05 13:36:24 +01:00
build:
image: denoland/deno:1.39.2
2024-01-05 13:25:04 +01:00
commands:
- apt update
2024-01-05 13:36:24 +01:00
- apt install curl -y
- curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs
2024-01-05 13:25:04 +01:00
- deno task build