diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-06-25 11:28:16 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-26 02:47:35 -0700 |
commit | 5bf765b1b4dfa68ae3c5dc9d9a5942af76d1f87a (patch) | |
tree | d10a3fe836d230ace3331f28f7e1343f76a1d7b6 | |
parent | 58bac5dc298a5ef16efd664bc9ea951856f901ee (diff) |
ci: bump deno to v0.10.0
Original: https://github.com/denoland/deno_std/commit/53949c1eb6aedb68af6a9301cd49d28db204b885
-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 5ed4941d2..f96df734d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ variables: - DENO_VERSION: "v0.9.0" + DENO_VERSION: "v0.10.0" TS_VERSION: "3.4.5" # TODO Try to get eslint to run under Deno, like prettier |