File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 19
17+ node-version : 22
1818 - run : npm install
1919 - run : npm test
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Publish
22permissions :
33 contents : read
44 pull-requests : write
5+ id-token : write
56on :
67 release :
78 types : [created]
1314 - uses : actions/checkout@v4
1415 - uses : actions/setup-node@v4
1516 with :
16- node-version : 20
17+ node-version : 22
1718 registry-url : https://registry.npmjs.org/
1819 cache : npm
1920 - run : npm ci
2324 npm version ${TAG_NAME} --git-tag-version=false
2425 env:
2526 TAG_NAME: ${{github.event.release.tag_name}}
26- - run : npm whoami; npm --ignore-scripts publish
27+ - run : npm whoami; npm --ignore-scripts publish --provenance
2728 env :
2829 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
You can’t perform that action at this time.
0 commit comments