deno: disable update check

This commit is contained in:
Gustav Westling 2022-11-28 16:53:42 +01:00 committed by Max Howell
parent b3ae79aa54
commit c73c34df95

View file

@ -13,6 +13,10 @@ interprets:
extensions: ts
args: [deno, run]
runtime:
env:
DENO_NO_UPDATE_CHECK: "true"
build:
script: |
# https://github.com/denoland/deno/issues/15596 -- reported fixed in 1.25.3