summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent LE GOFF <g_n_s@hotmail.fr>2019-04-27 20:18:53 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-04-27 11:18:53 -0700
commit8d49022ef67b590d8ee7b3ff984307b6c0a69d4f (patch)
tree2870db96d228d028709d43a37a5904686ddb7b7a
parent1059133b2146cbad7b17c9358747c5c3ce7cd8e5 (diff)
Update TS version on pipeline (denoland/deno_std#364)
Original: https://github.com/denoland/deno_std/commit/1504894a69dad520311413e8003257d69ae51c9c
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e48a59294..59fada5d4 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