Skip to content

Commit fb8a322

Browse files
committed
ci: update workflows config.
1 parent d3c2f4b commit fb8a322

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
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/mocker-api
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: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
windows:
1111
runs-on: windows-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v3
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 18
16+
node-version: 20
1717

1818
- name: Look Changelog
1919
uses: jaywcjlove/changelog-generator@main
@@ -33,10 +33,10 @@ jobs:
3333
contents: write
3434
id-token: write
3535
steps:
36-
- uses: actions/checkout@v3
37-
- uses: actions/setup-node@v3
36+
- uses: actions/checkout@v4
37+
- uses: actions/setup-node@v4
3838
with:
39-
node-version: 18
39+
node-version: 20
4040
registry-url: 'https://registry.npmjs.org'
4141

4242
- run: npm install --unsafe-perm
@@ -73,7 +73,7 @@ jobs:
7373
uses: jaywcjlove/changelog-generator@main
7474

7575
- name: Deploy
76-
uses: peaceiris/actions-gh-pages@v3
76+
uses: peaceiris/actions-gh-pages@v4
7777
with:
7878
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
7979
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -92,6 +92,7 @@ jobs:
9292
uses: ncipollo/release-action@v1
9393
if: steps.create_tag.outputs.successful
9494
with:
95+
allowUpdates: true
9596
token: ${{ secrets.GITHUB_TOKEN }}
9697
name: ${{ steps.changelog.outputs.tag }}
9798
tag: ${{ steps.changelog.outputs.tag }}

0 commit comments

Comments
 (0)