diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-07-17 16:49:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-17 16:49:09 -0400 |
commit | faf2cd92fc4da744d91be95fbab0bebecda0b02c (patch) | |
tree | b1c8b4cdbf366b83a03e9a77b4c621a43594198e | |
parent | 0d5d949887026a0f4ca276d66df8e5b1916565e8 (diff) |
Bump CI to v0.12.0 (denoland/deno_std#541)
Original: https://github.com/denoland/deno_std/commit/86675d263441f405af0981c661e838f1ec192004
-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 b97db7557..206b44379 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ variables: - DENO_VERSION: "v0.11.0" + DENO_VERSION: "v0.12.0" TS_VERSION: "3.4.5" # TODO Try to get eslint to run under Deno, like prettier |