Skip to content

Commit dd337cc

Browse files
committed
Update lock file and fix workflow
1 parent 691fd6c commit dd337cc

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macOS-latest]
11-
deno: [v1.x, canary]
11+
deno: [v2.x, canary]
1212
fail-fast: true
1313
steps:
1414
- name: Clone repository
@@ -30,7 +30,7 @@ jobs:
3030
- name: Generate lcov
3131
if: |
3232
matrix.os == 'ubuntu-latest' &&
33-
matrix.deno == 'v1.x'
33+
matrix.deno == 'v2.x'
3434
run: deno coverage --lcov cov > cov.lcov
3535
- name: Upload coverage
3636
if: |

deno.lock

Lines changed: 5 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)