From e6793e49c43ee0e4165c875928e1ef94489c0dcc Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 29 May 2019 19:38:08 -0400 Subject: [PATCH] ci: use deno v0.7.0 (#464) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f7d086159387a..ccad44e4f74cc 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