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

Commit

Permalink
Fix the version of Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Sep 12, 2022
1 parent 335928b commit 15eebd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: v1.24.3

- name: Format
run: deno fmt --check
Expand Down

0 comments on commit 15eebd0

Please sign in to comment.