diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..1198f41 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,6 @@ +pipeline: + build: + image: node:20.19-alpine + commands: + - npm install + - npm run build