diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-29 19:38:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-29 19:38:08 -0400 |
| commit | 80b3c486f6222f65b52eb2eca903b67312e8ce0c (patch) | |
| tree | de2ef64841e8ae688d45a5bf70e3c01bb1f1a383 | |
| parent | c8ac9a0f58dcb35b0c1dd8d8ba3d508014b291dc (diff) | |
ci: use deno v0.7.0 (denoland/deno_std#464)
Original: https://github.com/denoland/deno_std/commit/e6793e49c43ee0e4165c875928e1ef94489c0dcc
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f7d086159..ccad44e4f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ variables: - DENO_VERSION: "v0.6.0" + DENO_VERSION: "v0.7.0" TS_VERSION: "3.4.5" # TODO DRY up the jobs |
