1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00

Update TS version on pipeline (#364)

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

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