Skip to content

Commit

Permalink
lock Deno version to 1.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 16, 2023
1 parent b85b42b commit bd6a9d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export default async (): Promise<{

action.addPath(join(homedir(), ".deno", "bin"));

await exec("deno", ["upgrade", "--version", "1.37.2"]);

await exec("deno", ["--version"]);

await exec("deno", [
"install",
"-A",
Expand Down

0 comments on commit bd6a9d3

Please sign in to comment.