Skip to content

Commit eba28d2

Browse files
committed
fix: use Node 24 and lerna 9 for npm Trusted Publishers
npm Trusted Publishers OIDC requires npm >= 11.5.1 (ships with Node 24) and lerna >= 9.0.0 for OIDC support.
1 parent 86b07a5 commit eba28d2

File tree

3 files changed

+1434
-438
lines changed

3 files changed

+1434
-438
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 22
34+
node-version: 24
3535
registry-url: 'https://registry.npmjs.org'
3636

3737
- uses: pnpm/action-setup@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"glob": "8.0.3",
6262
"husky": "^8.0.1",
6363
"jest": "^29.1.2",
64-
"lerna": "^8.1.9",
64+
"lerna": "^9.0.4",
6565
"npm-cli-login": "^1.0.0",
6666
"nunjucks": "3.2.3",
6767
"prettier": "^3.2.5",

0 commit comments

Comments
 (0)