Skip to content

Commit 5ea69c6

Browse files
authored
ci: use node 24 in the release workflow
This should bring npm >= 11.5.1 that supports Trusted Publishing: https://docs.npmjs.com/trusted-publishers
1 parent 18e1281 commit 5ea69c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
uses: ./.github/actions/setup
3939
with:
4040
node-registry: https://registry.npmjs.org
41+
node-version: 24
4142

4243
- name: Publish to NPM
4344
env:

0 commit comments

Comments
 (0)