chore: update release gh action

This commit is contained in:
ayo 2026-04-03 03:00:20 +02:00
parent afa35ee79e
commit d8d6533dae
2 changed files with 2 additions and 3 deletions

View file

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

1
.nvmrc
View file

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