diff --git a/.woodpecker.yml b/.woodpecker.yml index 4fa4c8a..cf67956 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,6 @@ # .woodpecker.yml pipeline: build: - image: node:16-alpine + image: debian commands: - - npm install - - mkdir build - - esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --minify --outdir=build/ --sourcemap - - ls -l build \ No newline at end of file + - ls -l \ No newline at end of file