From 1504894a69dad520311413e8003257d69ae51c9c Mon Sep 17 00:00:00 2001 From: Vincent LE GOFF Date: Sat, 27 Apr 2019 20:18:53 +0200 Subject: [PATCH] Update TS version on pipeline (#364) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e48a59294a..59fada5d4f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,6 @@ variables: DENO_VERSION: "v0.3.10" - TS_VERSION: "3.2.1" + TS_VERSION: "3.4.5" # TODO DRY up the jobs # TODO Try to get eslint to run under Deno, like prettier