Skip to content

Commit

Permalink
fix: update comment with a link to buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstork committed Dec 11, 2024
1 parent 67ebec1 commit 17df558
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/edge-bundler/node/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ import { getLogger, Logger } from './logger.js'
import { getBinaryExtension } from './platform.js'

const DENO_VERSION_FILE = 'version.txt'

// When updating DENO_VERSION_RANGE, ensure that the deno version
// on the netlify/buildbot build image satisfies this range!
// https://github.com/netlify/buildbot/blob/f9c03c9dcb091d6570e9d0778381560d469e78ad/build-image/noble/Dockerfile#L410
const DENO_VERSION_RANGE = '1.39.0 - 1.46.3'

type OnBeforeDownloadHook = () => void | Promise<void>
Expand Down

0 comments on commit 17df558

Please sign in to comment.