Skip to content

Commit bbea709

Browse files
committed
fix: OIDC package publish
1 parent 9a428e5 commit bbea709

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ jobs:
555555
- uses: actions/setup-node@v4
556556
with:
557557
node-version: "22"
558+
- name: Update npm
559+
run: npm install -g npm@latest
558560
- name: Install modules
559561
run: npm ci
560562
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)