File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 22
16+ node-version : 24
1717 registry-url : ' https://registry.npmjs.org'
1818 cache : ' yarn'
1919 - run : corepack enable
3838 - name : Verify packaged artifacts
3939 run : yarn check:packaged-artifacts
4040 - name : Publish
41- env :
42- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
4341 run : npm publish --access public --provenance
Original file line number Diff line number Diff line change 11name : Publish Node.js Package
22
33on :
4+ workflow_dispatch : {}
45 release :
56 types : [published]
67
2122 - name : Setup Node.js (with Corepack/Yarn)
2223 uses : actions/setup-node@v4
2324 with :
24- node-version : 22
25+ node-version : 24
2526 registry-url : ' https://registry.npmjs.org'
2627 cache : ' yarn'
2728 - run : corepack enable
5758 run : yarn check:packaged-artifacts
5859
5960 - name : Publish to npm
60- env :
61- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
6261 run : npm publish --access public
You can’t perform that action at this time.
0 commit comments