Update woodpecker configuration
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Sonny Bakker 2025-05-05 15:11:55 +02:00
parent 10affeb32f
commit 91949622b7
3 changed files with 22 additions and 20 deletions

View file

@ -1,8 +1,10 @@
when:
- event: push
- event: pull_request
- event: manual
steps:
- image: node:lts
- image: node:lts-alpine
commands:
- npm install
- npm run build