Skip to content

Commit 24edea9

Browse files
committed
fix: bug
1 parent 46ef53b commit 24edea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: 16.x
21+
node-version: 21.x
2222
- name: Create release
2323
run: npx changelogithub-chinese
2424
env:

0 commit comments

Comments
 (0)