Skip to content

Commit

Permalink
Fix npm publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaidong committed Jun 23, 2024
1 parent b57d4df commit 4217a3e
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 @@ -16,7 +16,7 @@ jobs:
- run: npx jsr publish
- uses: denoland/setup-deno@v1
with:
deno-version: 1.x
deno-version: latest
- name: npm build
run: deno task build
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 4217a3e

Please sign in to comment.