chore: update release gh action

This commit is contained in:
ayo 2026-04-03 03:03:08 +02:00
parent e6c41e34af
commit bb1cf4b3c2
2 changed files with 3 additions and 2 deletions

View file

@ -24,10 +24,10 @@ jobs:
- name: Set node
uses: actions/setup-node@v6
with:
node-version-file: lts/*
node-version-file: .nvmrc
registry-url: 'https://registry.npmjs.org'
- run: npx changelogithub@0.12
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
lts/*