Skip to content

Commit 6e1adc6

Browse files
committed
fix: upgrade npm to 11.x for OIDC trusted publishing support
1 parent 394b963 commit 6e1adc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
cache: npm
2323
registry-url: https://registry.npmjs.org
2424

25-
- run: npm ci
25+
- run: npm install -g npm@latest
2626

27-
- run: sed -i '/_authToken/d' "${NPM_CONFIG_USERCONFIG}"
27+
- run: npm ci
2828

2929
- name: Create Release Pull Request or Publish
3030
uses: changesets/action@v1

0 commit comments

Comments
 (0)