diff --git a/.drone.yml b/.drone.yml index 0556a1a..af2cf95 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,13 +1,10 @@ kind: pipeline -type: exec +type: docker name: ci -platform: - os: darwin - arch: amd64 - steps: - name: test + image: node commands: - yarn - yarn migrate