Skip to content

Commit

Permalink
⬆️ upgrade(.github/workflows/release.yml): update Node.js version fro…
Browse files Browse the repository at this point in the history
…m 16.x to 20.x to utilize latest features and improvements
  • Loading branch information
nyxb committed May 23, 2024
1 parent 19ca538 commit 5d80a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- run: npx changelogithub
env:
Expand Down

0 comments on commit 5d80a28

Please sign in to comment.