9 lines
No EOL
133 B
YAML
9 lines
No EOL
133 B
YAML
pipeline:
|
|
test:
|
|
image: denoland/deno:${DENO_VERSION}
|
|
commands:
|
|
- deno task test
|
|
|
|
matrix:
|
|
DENO_VERSION:
|
|
- 1.39.1 |