Skip to content

Commit

Permalink
chore: update lower end of deno version range
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstork authored Dec 9, 2024
1 parent 63dc1e8 commit fa3cf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edge-bundler/node/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { getLogger, Logger } from './logger.js'
import { getBinaryExtension } from './platform.js'

const DENO_VERSION_FILE = 'version.txt'
const DENO_VERSION_RANGE = '1.37.0 - 1.46.3'
const DENO_VERSION_RANGE = '1.39.0 - 1.46.3'

type OnBeforeDownloadHook = () => void | Promise<void>
type OnAfterDownloadHook = (error?: Error) => void | Promise<void>
Expand Down

0 comments on commit fa3cf89

Please sign in to comment.