Skip to content

Commit fd2fa82

Browse files
committed
fix(CI): pin deno version
1 parent 394abd3 commit fd2fa82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Deno
1818
uses: denoland/setup-deno@v2
1919
with:
20-
deno-version: v2.x
20+
deno-version: v2.6.4
2121

2222
- name: Check formatting
2323
run: deno fmt --check

0 commit comments

Comments
 (0)