Skip to content

Commit

Permalink
chore: update to Deno 2
Browse files Browse the repository at this point in the history
This is a work in progress, I just want to test the CI.

This change-set also updates the formatting of several files as the
rules have changed with Deno 2.
  • Loading branch information
irbull committed Oct 31, 2024
1 parent aaa1125 commit a45b8dc
Show file tree
Hide file tree
Showing 5 changed files with 3,430 additions and 2,008 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 a45b8dc

Please sign in to comment.