Update .drone.yml

This commit is contained in:
2020-01-20 20:18:49 +01:00
committed by GitHub
parent d0c32c267a
commit 0ac90f1b17

View File

@@ -9,13 +9,13 @@ platform:
steps:
- name: frontend_install
image: docker:13.6.0
image: node:13.6.0
commands:
- node -v
- yarn --version
- yarn
- name: frontend_build
image: docker:13.6.0
image: node:13.6.0
commands:
- node -v
- yarn --version