Skip to content

Commit a2d3434

Browse files
BrainSlugs83Copilot
andcommitted
fix: upgrade npm in publish workflow for OIDC support
npm >=11.5.1 required for Trusted Publishing. Actions runner ships 10.8.2. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fc12c70 commit a2d3434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
node-version: 22
1919
registry-url: https://registry.npmjs.org
2020

21+
- run: npm install -g npm@latest
2122
- run: npm ci
2223

2324
# Set package version from release tag (e.g. v1.6.0 → 1.6.0)

0 commit comments

Comments
 (0)