File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - name : Setup Node.js
3232 uses : actions/setup-node@v6
3333 with :
34- node-version : 22
34+ node-version : 25
3535 registry-url : https://registry.npmjs.org
3636 cache : pnpm
3737
@@ -46,12 +46,12 @@ jobs:
4646
4747 - name : Publish (master)
4848 if : github.event_name == 'push' && github.ref == 'refs/heads/master'
49- run : pnpm publish --access public --provenance
49+ run : npm publish --access public --provenance
5050
5151 - name : Publish (alpha)
5252 if : github.event_name == 'push' && github.ref == 'refs/heads/alpha'
53- run : pnpm publish --tag alpha --access public --publish-branch "${{ github.ref_name }}" --provenance
53+ run : npm publish --tag alpha --access public --provenance
5454
5555 - name : Publish (manual)
5656 if : github.event_name == 'workflow_dispatch'
57- run : pnpm publish --tag "${{ inputs.publish_tag || 'latest' }}" --access public --publish-branch "${{ github.ref_name }}" --provenance
57+ run : npm publish --tag "${{ inputs.publish_tag || 'latest' }}" --access public --provenance
You can’t perform that action at this time.
0 commit comments