Skip to content

Commit 806bfc9

Browse files
attempt at diagnostics
1 parent 94dcc4a commit 806bfc9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,16 @@ jobs:
2929
node-version: 22
3030

3131
- name: Update npm for OIDC
32-
run: |
33-
corepack enable
34-
corepack prepare npm@latest --activate
32+
run: npm install -g npm@latest
3533

3634
- name: Install dependencies
3735
run: npm ci
3836

37+
- name: Diagnose npm
38+
run: |
39+
npm --version
40+
npm whoami --registry=https://registry.npmjs.org || true
41+
3942
- name: Create Release PR or Publish
4043
id: changesets
4144
uses: changesets/action@v1

0 commit comments

Comments
 (0)