Skip to content

Commit

Permalink
chore: update deno in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jollytoad committed Dec 11, 2024
1 parent 205dc25 commit 5114847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2

- name: Verify formatting
run: deno fmt --check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2

- name: Publish package
run: deno publish

0 comments on commit 5114847

Please sign in to comment.