Skip to content

Commit 8313b6f

Browse files
committed
ci: update workflows config.
1 parent ea81d73 commit 8313b6f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/FUNDING.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ko_fi: jaywcjlove
2+
buy_me_a_coffee: jaywcjlove
3+
custom: ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]

.github/workflows/ci.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
build-deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
registry-url: 'https://registry.npmjs.org'
1616

1717

@@ -67,7 +67,7 @@ jobs:
6767
uses: jaywcjlove/changelog-generator@main
6868

6969
- name: Deploy
70-
uses: peaceiris/actions-gh-pages@v3
70+
uses: peaceiris/actions-gh-pages@v4
7171
with:
7272
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
7373
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -87,6 +87,7 @@ jobs:
8787
uses: ncipollo/release-action@v1
8888
if: steps.create_tag.outputs.successful
8989
with:
90+
allowUpdates: true
9091
token: ${{ secrets.GITHUB_TOKEN }}
9192
name: ${{ steps.create_tag.outputs.version }}
9293
tag: ${{ steps.create_tag.outputs.version }}

0 commit comments

Comments
 (0)