Skip to content

Commit

Permalink
chore: update deno target version in github actions
Browse files Browse the repository at this point in the history
Target deno 1.36.0

FossilOrigin-Name: 4211e6ff292728e4ad7bb12ed12e219c996b3e17bcc96ba4f123fa0cf98228c6
  • Loading branch information
brandon committed Sep 6, 2023
1 parent 03a83cf commit 6373562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
deno: ["v1.x"]
deno: ["v1.36.0"]
os: [ubuntu-latest]

steps:
Expand All @@ -40,7 +40,7 @@ jobs:

strategy:
matrix:
deno: ["v1.x"]
deno: ["v1.36.0"]
# os: [macOS-latest, windows-latest, ubuntu-latest]
os: [ubuntu-latest]

Expand Down

0 comments on commit 6373562

Please sign in to comment.