Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 15eebd0

Browse files
committedSep 12, 2022
Fix the version of Deno
1 parent 335928b commit 15eebd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Deno
2626
uses: denoland/setup-deno@v1
2727
with:
28-
deno-version: v1.x
28+
deno-version: v1.24.3
2929

3030
- name: Format
3131
run: deno fmt --check

0 commit comments

Comments
 (0)
This repository has been archived.