diff --git a/.woodpecker.yml b/.woodpecker.yml index e080a64..9d64a49 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,6 +5,8 @@ pipeline: build: image: node:18-alpine commands: + - sudo apt update + - sudo apk add git - npm update - npm install - mkdir build