Skip to content

Commit

Permalink
chore: update to Deno 2 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
irbull authored Nov 5, 2024
1 parent aaa1125 commit f8d18fd
Show file tree
Hide file tree
Showing 6 changed files with 3,437 additions and 2,009 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Setup Deno 1.x
uses: denoland/setup-deno@v1

- name: Setup Deno 2.x
uses: denoland/setup-deno@v2
with:
deno-version: v1.x
deno-version: v2.x

- name: Setup Node 18
uses: actions/setup-node@v3
with:
Expand All @@ -32,7 +32,7 @@ jobs:

- name: Check fmt
run: deno fmt --check

- name: Install dependencies
run: pnpm i

Expand Down
Loading

0 comments on commit f8d18fd

Please sign in to comment.