File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Expand file tree Collapse file tree 3 files changed +10
-14
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 13
13
fail-fast : false
14
14
matrix :
15
15
node-version :
16
+ - 20
16
17
- 18
17
18
- 16
18
19
steps :
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
contents : write
12
12
id-token : write
13
13
steps :
14
- - uses : actions/checkout@v3
15
- - uses : actions/setup-node@v3
14
+ - uses : actions/checkout@v4
15
+ - uses : actions/setup-node@v4
16
16
with :
17
- node-version : 18
17
+ node-version : 20
18
18
registry-url : ' https://registry.npmjs.org'
19
19
20
20
- run : npm install
39
39
Sponsor: https://jaywcjlove.github.io/#/sponsor
40
40
EOF
41
41
42
- - run : npm install idoc@1.27.2 -g
42
+ - run : npm install idoc@1 -g
43
43
- run : idoc --output="coverage"
44
44
45
45
- name : Create Tag
54
54
uses : jaywcjlove/changelog-generator@main
55
55
56
56
- name : Deploy
57
- uses : peaceiris/actions-gh-pages@v3
57
+ uses : peaceiris/actions-gh-pages@v4
58
58
with :
59
59
commit_message : ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
60
60
github_token : ${{ secrets.GITHUB_TOKEN }}
72
72
uses : ncipollo/release-action@v1
73
73
if : steps.create_tag.outputs.successful
74
74
with :
75
+ allowUpdates : true
75
76
token : ${{ secrets.GITHUB_TOKEN }}
76
77
name : ${{ steps.create_tag.outputs.version }}
77
78
tag : ${{ steps.create_tag.outputs.version }}
You can’t perform that action at this time.
0 commit comments