We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94dcc4a commit 806bfc9Copy full SHA for 806bfc9
1 file changed
.github/workflows/release.yaml
@@ -29,13 +29,16 @@ jobs:
29
node-version: 22
30
31
- name: Update npm for OIDC
32
- run: |
33
- corepack enable
34
- corepack prepare npm@latest --activate
+ run: npm install -g npm@latest
35
36
- name: Install dependencies
37
run: npm ci
38
+ - name: Diagnose npm
+ run: |
39
+ npm --version
40
+ npm whoami --registry=https://registry.npmjs.org || true
41
+
42
- name: Create Release PR or Publish
43
id: changesets
44
uses: changesets/action@v1
0 commit comments