Skip to content

Commit

Permalink
Merge pull request #451 from dajiaji/fix-cd
Browse files Browse the repository at this point in the history
Use deno v2 for publishing.
  • Loading branch information
dajiaji authored Nov 4, 2024
2 parents 8602ecc + cc49127 commit 30caa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: v2.x
- name: Run deno task npm
run: |
npm install -g esbuild
Expand Down

0 comments on commit 30caa7e

Please sign in to comment.