build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jusax23 2022-11-07 19:28:45 +01:00
parent 54786fb07a
commit 1abb3cb6fc

View file

@ -1,7 +1,7 @@
# .woodpecker.yml # .woodpecker.yml
pipeline: pipeline:
build: build:
image: debian image: node:16-alpine
commands: commands:
- npm ci - npm ci
- mkdir build - mkdir build