Skip to content

Commit 569e867

Browse files
committed
bump npm version in release flow
1 parent 4b30a17 commit 569e867

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@ jobs:
4747
cache: npm
4848
registry-url: 'https://registry.npmjs.org'
4949

50+
# Ensure npm 11.5.1 or later for trusted publishing
51+
- run: npm install -g npm@11.5.1
5052
- run: npm ci
5153
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)