Skip to content

Commit 2f126aa

Browse files
Test legacy
1 parent 953cba0 commit 2f126aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@ jobs:
2929
with:
3030
deno-version: ${{ matrix.config.deno-version }}
3131

32+
- name: Legacy
33+
if: startsWith(matrix.config.deno-version, '1.')
34+
run: rm deno.lock
35+
3236
- name: Test
3337
run: deno task test

0 commit comments

Comments
 (0)