diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-10-08 22:42:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-08 22:42:24 +0200 |
commit | a355f7c807686918734416d91b79c26c21effba9 (patch) | |
tree | 8e1b9b62c8283e32878828a7092e0a480d7cb278 | |
parent | 910afdb668d269109b6aec72cea28d20923f2a85 (diff) |
ci: bump deno to v0.20.0 (denoland/deno_std#627)
Original: https://github.com/denoland/deno_std/commit/98784c305c653b1c507b4b25be82ecf40f188305
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 63cca75d3..ae94fef45 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ variables: - DENO_VERSION: "v0.19.0" + DENO_VERSION: "v0.20.0" TS_VERSION: "3.4.5" ESLINT_VERSION: "6.5.1" TS_ESLINT_VERSION: "2.3.2" |