Skip to content

Commit

Permalink
Update deno.yaml
Browse files Browse the repository at this point in the history
Set minimum tested version to 1.37
  • Loading branch information
Hexagon authored Nov 22, 2023
1 parent 323747f commit 9f4fac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
deno-version: [1.33.0, "v1.x"]
deno-version: [1.37.0, "v1.x"]

steps:
- name: Git Checkout
Expand All @@ -24,4 +24,4 @@ jobs:
deno-version: ${{ matrix.deno-version }}

- name: Run all checks
run: deno task check
run: deno task check

0 comments on commit 9f4fac5

Please sign in to comment.