Skip to content

Commit 8664420

Browse files
authored
curl bash for npm w/ oidc support (#905)
Signed-off-by: Brian DeHamer <[email protected]>
1 parent 382f290 commit 8664420

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changeset/forty-hands-nail.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
cache: npm
2929

3030
- name: Install npm w/ OIDC support
31-
run: npm install -g npm/cli#oidc
31+
run: |
32+
curl -fsSL https://raw.githubusercontent.com/npm/cli/refs/heads/oidc-install/install.sh | bash
3233
3334
- name: Install dependencies
3435
run: npm ci

0 commit comments

Comments
 (0)