File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Publish Cofhe Contracts Package to npmjs
22on :
33 release :
44 types : [published]
5+ push : # TEMPORARY: testing without npm upgrade
6+ branches : [fix/npm-oidc-provenance]
57
68permissions :
79 contents : read
1416 - uses : actions/checkout@v3
1517 - uses : actions/setup-node@v4
1618 with :
17- node-version : 22.x # Node 22 for npm 11.x (OIDC requires npm >= 11.5)
18- - name : Upgrade npm for OIDC support
19- run : npm install -g npm@latest
19+ node-version : 22.x
2020 - name : Install pnpm
2121 uses : pnpm/action-setup@v4
2222 with :
Original file line number Diff line number Diff line change 11{
22 "name" : " @fhenixprotocol/cofhe-contracts" ,
33 "description" : " Smart Contract Library for the CoFHE with FHE primitives" ,
4- "version" : " 0.0.14" ,
4+ "version" : " 0.0.14-test.10 " ,
55 "author" : {
66 "name" : " FhenixProtocol" ,
77 "url" : " https://github.com/FhenixProtocol/cofhe-contracts"
You can’t perform that action at this time.
0 commit comments