Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: EdJoPaTo <github@edjopato.de>
  • Loading branch information
EdJoPaTo authored Nov 1, 2024
1 parent 6013f96 commit f2a2990
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 @@ -10,7 +10,7 @@ jobs:
steps:
- uses: denoland/setup-deno@v2
with:
deno-version: v1.x
deno-version: v2.x
- uses: actions/checkout@v4

- run: deno lint
Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- uses: denoland/setup-deno@v2
with:
deno-version: v1.x
deno-version: v2.x
- uses: actions/checkout@v4

- run: deno cache *.ts
Expand Down

0 comments on commit f2a2990

Please sign in to comment.