1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00

Update TS version on pipeline (denoland/deno_std#364)

Original: 1504894a69
This commit is contained in:
Vincent LE GOFF 2019-04-27 20:18:53 +02:00 committed by Ryan Dahl
parent 1059133b21
commit 8d49022ef6

View file

@ -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