Skip to content

Commit

Permalink
chore: update deno version used in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesRudolph committed Nov 2, 2023
1 parent cbc9e4c commit f820a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@main
with:
deno-version: "~1.21"
deno-version: "~1.37"
- uses: actions/cache@v3
with:
path: ~/.cache/deno # see https://deno.land/manual/linking_to_external_code
Expand Down

0 comments on commit f820a8a

Please sign in to comment.