diff --git a/.drone.yml b/.drone.yml index 3d49aa0..f18da97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ name: Build frontend steps: - name: Build frontend - image: yarn:apline + image: node:alpine commands: - cd frontend - yarn install