File tree Expand file tree Collapse file tree 2 files changed +11
-16
lines changed Expand file tree Collapse file tree 2 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 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"]
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
windows :
11
11
runs-on : windows-latest
12
12
steps :
13
- - uses : actions/checkout@v3
14
- - uses : actions/setup-node@v3
13
+ - uses : actions/checkout@v4
14
+ - uses : actions/setup-node@v4
15
15
with :
16
- node-version : 18
16
+ node-version : 20
17
17
18
18
- name : Look Changelog
19
19
uses : jaywcjlove/changelog-generator@main
@@ -33,10 +33,10 @@ jobs:
33
33
contents : write
34
34
id-token : write
35
35
steps :
36
- - uses : actions/checkout@v3
37
- - uses : actions/setup-node@v3
36
+ - uses : actions/checkout@v4
37
+ - uses : actions/setup-node@v4
38
38
with :
39
- node-version : 18
39
+ node-version : 20
40
40
registry-url : ' https://registry.npmjs.org'
41
41
42
42
- run : npm install --unsafe-perm
73
73
uses : jaywcjlove/changelog-generator@main
74
74
75
75
- name : Deploy
76
- uses : peaceiris/actions-gh-pages@v3
76
+ uses : peaceiris/actions-gh-pages@v4
77
77
with :
78
78
commit_message : ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
79
79
github_token : ${{ secrets.GITHUB_TOKEN }}
92
92
uses : ncipollo/release-action@v1
93
93
if : steps.create_tag.outputs.successful
94
94
with :
95
+ allowUpdates : true
95
96
token : ${{ secrets.GITHUB_TOKEN }}
96
97
name : ${{ steps.changelog.outputs.tag }}
97
98
tag : ${{ steps.changelog.outputs.tag }}
You can’t perform that action at this time.
0 commit comments