Skip to content

Commit f2ac57b

Browse files
committed
testing npm publish
1 parent 05dcb3c commit f2ac57b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

‎.github/workflows/publish.yml‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v6
1818

19-
- name: Clear auth token for OIDC
20-
run: echo "NODE_AUTH_TOKEN=" >> $GITHUB_ENV
21-
2219
- uses: pnpm/action-setup@v6
2320
name: Install pnpm
2421
with:
@@ -31,6 +28,12 @@ jobs:
3128
registry-url: "https://registry.npmjs.org"
3229
package-manager-cache: false # never use caching in release builds
3330

31+
- name: Upgrade npm for OIDC
32+
run: npm install -g npm@11.11.0
33+
34+
- name: Clear auth token for OIDC
35+
run: echo "NODE_AUTH_TOKEN=" >> $GITHUB_ENV
36+
3437
- name: Install dependencies
3538
shell: bash
3639
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)