diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 684e35e..4fee5b5 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -7,11 +7,11 @@ when: branch: [master, develop, feature/*, fix/*, bugfix/*, translations] steps: - "Install dependencies": - image: node:20 - pull: true - commands: - - npm i + # "Install dependencies": + # image: node:20 + # pull: true + # commands: + # - npm i "Build JS": image: node:20