portfolio/.woodpecker.yml
apatil 060ad19877
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline failed
More correction to woodpecker file
2025-05-01 23:11:25 +01:00

11 lines
157 B
YAML

steps:
install:
image: node:20.19-alpine
commands:
- npm install
build:
image: node:20.19-alpine
commands:
- npm run build