We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toml
1 parent 71e1b4e commit 36cb8c7Copy full SHA for 36cb8c7
1 file changed
.github/workflows/publish_npm_package.yaml
@@ -27,6 +27,9 @@ jobs:
27
node-version: 24
28
registry-url: https://registry.npmjs.org/
29
30
+ - name: Install toml
31
+ run: pip install toml
32
+
33
- name: Install wasm-pack
34
run: cargo install --locked wasm-pack
35
0 commit comments