Skip to content

Commit d5723b4

Browse files
authored
ci(release): add registry-url to setup-node action to try and fix OIDC authentication (#217)
* ci(release): add registry-url to setup-node action to try and fix OIDC authentication * Remove outdated .npmrc
1 parent 85ea6bc commit d5723b4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2323
with:
2424
node-version-file: .nvmrc
25+
registry-url: 'https://registry.npmjs.org'
2526

2627
- run: npm ci
2728
# We do not create a commit with the update package version

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)