diff --git a/.drone.yml b/.drone.yml index a44640e..bf73e16 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,10 +7,10 @@ platform: arch: arm64 steps: -- name: Install dependencies - image: node:16-alpine - commands: - - yarn install +# - name: Install dependencies +# image: node:16-alpine +# commands: +# - yarn install # TODO: setup linting # - name: Check formatting # image: node-pnpm:16-alpine