Skip to content

Commit 7a12980

Browse files
fix: re-add registry-url per npm OIDC docs example
Node 24 with npm 11.x supports OIDC with registry-url set. Also add package-manager-cache: false as recommended. 🤖 Generated with Mister Maluco Co-Authored-By: MisterMal <teskeslab@lucasteske.dev>
1 parent 2d92035 commit 7a12980

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 24
22-
cache: npm
23-
24-
- run: node -v && npm -v
21+
node-version: '24'
22+
registry-url: 'https://registry.npmjs.org'
23+
package-manager-cache: false
2524

2625
- run: npm ci
2726

0 commit comments

Comments
 (0)