Files
laba-webgunea/.woodpecker.yml
Aitor C. Urrutia Aranburu 95fd20b2dc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
chore: woodpecker froga
2026-06-14 12:43:53 +02:00

8 lines
138 B
YAML

steps:
build:
image: node:22-alpine
commands:
- corepack enable
- pnpm install --frozen-lockfile
- pnpm build