Skip to content

Commit

Permalink
Use deno v2 for publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Nov 4, 2024
1 parent 8602ecc commit cc49127
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 cc49127

Please sign in to comment.