Skip to content

Commit 4683b1e

Browse files
committed
fix(ci): drop registry-url to allow OIDC auto-detection, update npm
1 parent 1d6eef4 commit 4683b1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: "22"
24-
registry-url: "https://registry.npmjs.org"
24+
- name: Update npm
25+
run: npm install -g npm@latest
2526
- name: Install dependencies
2627
run: bun i
2728
- name: Create release PR or publish package

0 commit comments

Comments
 (0)