Skip to content

Commit 018bebe

Browse files
committed
ci: update workflows config.
1 parent 8cf432b commit 018bebe

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# These are supported funding model platforms
2-
3-
# github: [jaywcjlove]
4-
# patreon: # Replace with a single Patreon username
5-
# open_collective: # Replace with a single Open Collective username
6-
# ko_fi: # Replace with a single Ko-fi username
7-
# tidelift: #npm/xxxx
8-
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
custom: https://jaywcjlove.github.io/#/sponsor
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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
build:
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: 18
14+
node-version: 20
1515

1616
- run: npm install
1717
- run: npm run build
@@ -30,7 +30,7 @@ jobs:
3030
package-path: ./package.json
3131

3232
- name: Deploy Website
33-
uses: peaceiris/actions-gh-pages@v3
33+
uses: peaceiris/actions-gh-pages@v4
3434
with:
3535
user_name: 'github-actions[bot]'
3636
user_email: 'github-actions[bot]@users.noreply.github.com'
@@ -50,6 +50,7 @@ jobs:
5050
uses: ncipollo/release-action@v1
5151
if: steps.create_tag.outputs.successful
5252
with:
53+
allowUpdates: true
5354
token: ${{ secrets.GITHUB_TOKEN }}
5455
name: ${{ steps.create_tag.outputs.version }}
5556
tag: ${{ steps.create_tag.outputs.version }}

0 commit comments

Comments
 (0)