Skip to content

Commit

Permalink
feat: upgrade Deno to 1.20.3 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Mar 28, 2022
1 parent e4bcfb0 commit 54de383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { getPathInHome } from './home_path.js'
import { getBinaryExtension } from './platform.js'

const DENO_VERSION_FILE = 'version.txt'
const DENO_VERSION_RANGE = '^1.19.0'
const DENO_VERSION_RANGE = '^1.20.3'

type LifecycleHook = () => void | Promise<void>

Expand Down

0 comments on commit 54de383

Please sign in to comment.