diff --git a/.drone.yml b/.drone.yml index b5288d2..be46940 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ volumes: steps: - name: build-web - image: node + image: node:16 commands: - (cd web && npm install && npm run build) when: