Skip to content

Commit

Permalink
Merge pull request #78 from ndaidong/4.0.1
Browse files Browse the repository at this point in the history
Fix npm publish task
  • Loading branch information
ndaidong authored Jun 23, 2024
2 parents e606eaf + 4217a3e commit 7bac1b8
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 7bac1b8

Please sign in to comment.