Skip to content

Commit

Permalink
upgrade Deno v2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Oct 16, 2024
1 parent a6ba1a1 commit 15ab2ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v4

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

- name: Run Check
run: deno check ./src/**/*.ts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

- uses: actions/checkout@v4

- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
with:
deno-version: v1
deno-version: v2.x

- run: deno publish

4 changes: 2 additions & 2 deletions .github/workflows/out-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v4

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

- name: Sync
run: |-
Expand Down

0 comments on commit 15ab2ee

Please sign in to comment.