Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gcaptn committed Jan 22, 2025
1 parent 229b4fe commit e348930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup deno
uses: denoland/setup-deno@main
with:
deno-version: v1.x
deno-version: v2.x

- name: Test
run: |
Expand All @@ -39,10 +39,10 @@ jobs:
- name: Setup deno
uses: denoland/setup-deno@main
with:
deno-version: v1.x
deno-version: v2.x

- name: Lint
run: |
deno --version
deno lint --unstable
deno lint
deno fmt --ignore=README.md --check

0 comments on commit e348930

Please sign in to comment.