diff --git a/.drone.yml b/.drone.yml index cdce2ac..f28537b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,11 @@ type: docker name: default steps: - name: lint - image: denoland/deno:alpine + image: denoland/deno:debian commands: - deno fmt --check - deno lint - name: test - image: denoland/deno:alpine + image: denoland/deno:debian commands: - deno test -A \ No newline at end of file