nano-service/.woodpecker/.build.yml
qpismont 569fb8f6ce
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
fix apt install + change ci job name
2024-01-05 13:36:24 +01:00

8 lines
No EOL
228 B
YAML

steps:
build:
image: denoland/deno:1.39.2
commands:
- apt update
- apt install curl -y
- curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs
- deno task build