diff --git a/config/binaries.ts b/config/binaries.ts index 6d9257e3..06418df2 100644 --- a/config/binaries.ts +++ b/config/binaries.ts @@ -916,6 +916,13 @@ const binaries = { repo: 'oven-sh/bun', distUrl: 'https://github.com/oven-sh/bun/releases', }, + deno: { + category: 'deno', + description: 'A modern runtime for JavaScript and TypeScript.', + type: BinaryType.GitHub, + repo: 'denoland/deno', + distUrl: 'https://github.com/denoland/deno/releases', + }, edgedriver: { category: 'edgedriver', description: 'Microsofts\' EdgeDriver',