Skip to content

Commit c092f5c

Browse files
committed
maybe fix release?
1 parent a148265 commit c092f5c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- uses: actions/setup-node@v3
20+
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 20.x
22+
node-version: 24.x
2323

2424
- run: npx changelogithub
2525
env:
26-
GITHUB_TOKEN: ${{secrets.REPOCHANGELOG_TOKEN}}
26+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)