Skip to content

Commit 7d32290

Browse files
committed
ci: run release on Node 24
npm@latest now requires Node >=22, so the 'npm install -g npm@latest' step (needed for OIDC trusted publishing) fails on the Node 20 runner.
1 parent b046c5b commit 7d32290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: "20"
27+
node-version: "24"
2828
registry-url: "https://registry.npmjs.org"
2929

3030
- name: Use an npm that supports OIDC trusted publishing

0 commit comments

Comments
 (0)