steps: build: image: denoland/deno:${DENO_VERSION} commands: - apt update - apt install curl -y - curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs - deno task build matrix: DENO_VERSION: - 1.39.2 - 1.39.3 - 1.39.4 - 1.40.0 - 1.40.1