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