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 c29b0f5 commit 5977b02
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@v1
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 5977b02

Please sign in to comment.