Skip to content

Commit 6e32e0c

Browse files
authored
ci: pin Lint workflow to Deno v2.x stable (#3128)
Co-authored-by: fibibot <fibibot@users.noreply.github.com>
1 parent 3e455d7 commit 6e32e0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: denoland/setup-deno@v2
2424
with:
2525
cache: true
26-
deno-version: canary
26+
deno-version: v2.x
2727

2828
- run: deno fmt --check
2929
- run: deno task test

0 commit comments

Comments
 (0)