mirror of
https://github.com/denoland/deno.git
synced 2024-12-28 10:09:20 -05:00
Update TS version on pipeline (#364)
This commit is contained in:
parent
d9a64c0a14
commit
1504894a69
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
variables:
|
variables:
|
||||||
DENO_VERSION: "v0.3.10"
|
DENO_VERSION: "v0.3.10"
|
||||||
TS_VERSION: "3.2.1"
|
TS_VERSION: "3.4.5"
|
||||||
|
|
||||||
# TODO DRY up the jobs
|
# TODO DRY up the jobs
|
||||||
# TODO Try to get eslint to run under Deno, like prettier
|
# TODO Try to get eslint to run under Deno, like prettier
|
||||||
|
|
Loading…
Reference in a new issue