Skip to content

Commit 2d92035

Browse files
fix: use Node 24 for OIDC (bundles npm 11.x)
Trusted publishing requires npm >= 11.5.1. Node 22 ships npm 10.x. 🤖 Generated with Mister Maluco Co-Authored-By: MisterMal <teskeslab@lucasteske.dev>
1 parent d90d31d commit 2d92035

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: 24
2222
cache: npm
2323

24-
- run: npm install --global npm@latest
24+
- run: node -v && npm -v
2525

2626
- run: npm ci
2727

0 commit comments

Comments
 (0)