Skip to content

Commit 2fd240e

Browse files
committed
TEMPORARY: Test without npm upgrade step
1 parent 2291e85 commit 2fd240e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Publish Cofhe Contracts Package to npmjs
22
on:
33
release:
44
types: [published]
5+
push: # TEMPORARY: testing without npm upgrade
6+
branches: [fix/npm-oidc-provenance]
57

68
permissions:
79
contents: read
@@ -14,9 +16,7 @@ jobs:
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:

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

0 commit comments

Comments
 (0)