Skip to content

Commit

Permalink
Update to Deno 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Dec 1, 2024
1 parent 29a4676 commit 6a4ab50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: "Checkout"
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: "Check"
run: deno task check
- name: "Build with Deno"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: "Checkout"
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: "Check"
run: deno task check
- name: "Build"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- name: "Checkout"
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: "Check"
run: deno task check
- name: "Test"
Expand Down

0 comments on commit 6a4ab50

Please sign in to comment.