fix: update relaease node version

This commit is contained in:
chansee97 2024-05-05 16:50:57 +08:00
parent 1ccc3f371a
commit 1387db71bc

View File

@ -15,11 +15,12 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
node-version: 20.x
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}