Skip to content

Commit

Permalink
Default to Deno v1.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 25, 2023
1 parent 12f818c commit 6c07828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deno-lambda.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* The default version of Deno that will be downloaded at build-time.
*/
const DEFAULT_DENO_VERSION = 'v1.30.3';
const DEFAULT_DENO_VERSION = 'v1.31.1';

import { spawn } from 'child_process';
import { fileURLToPath, pathToFileURL } from 'url';
Expand Down

0 comments on commit 6c07828

Please sign in to comment.