Skip to content

Commit

Permalink
Fix nodejs target
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed Jul 15, 2024
1 parent e7c5bf1 commit 3ade79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id-token: write
strategy:
matrix:
target: [web, node, bundler, deno]
target: [web, bundler, nodejs, deno]
steps:
- uses: actions/checkout@v4
- name: "Install Rust toolchain"
Expand Down

0 comments on commit 3ade79b

Please sign in to comment.