File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 if : steps.version.outputs.skip != 'true'
4242 with :
4343 node-version : 22
44- registry-url : https://registry.npmjs.org
4544
4645 - name : Check if version exists
4746 if : steps.version.outputs.skip != 'true'
5756 - name : Publish
5857 if : steps.version.outputs.skip != 'true' && steps.check.outputs.skip != 'true'
5958 working-directory : dist
60- run : npm publish --tag ${{ steps.version.outputs.tag }}
59+ run : npm publish --provenance --access public -- tag ${{ steps.version.outputs.tag }}
6160
6261 - name : Tag and Release
6362 if : github.event_name == 'push' && steps.version.outputs.skip != 'true' && steps.check.outputs.skip != 'true'
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ await build({
3939 "context" ,
4040 ] ,
4141 engines : {
42- node : ">=22 " ,
42+ node : ">=20 " ,
4343 } ,
4444 main : "./esm/mod.js" ,
4545 types : "./esm/mod.d.ts" ,
You can’t perform that action at this time.
0 commit comments