We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1da6f commit 43e6d13Copy full SHA for 43e6d13
.github/workflows/build.yml
@@ -79,13 +79,13 @@ jobs:
79
with:
80
name: wasm
81
82
- - name: Setup Node.js
83
- uses: actions/setup-node@v6
84
- with:
85
- node-version: '24'
86
- registry-url: 'https://registry.npmjs.org'
87
- - name: Publish on NPM
88
- run: npm publish
+# - name: Setup Node.js
+# uses: actions/setup-node@v6
+# with:
+# node-version: '24'
+# registry-url: 'https://registry.npmjs.org'
+# - name: Publish on NPM
+# run: npm publish
89
90
- name: Check for release
91
id: create_release
0 commit comments