File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Expand file tree Collapse file tree 2 files changed +7
-12
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 7
7
build-deploy :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
11
- - uses : actions/setup-node@v3
10
+ - uses : actions/checkout@v4
11
+ - uses : actions/setup-node@v4
12
12
with :
13
- node-version : 16
13
+ node-version : 20
14
14
registry-url : ' https://registry.npmjs.org'
15
15
16
16
- run : npm install
49
49
uses : ncipollo/release-action@v1
50
50
if : steps.create_tag.outputs.successful
51
51
with :
52
+ allowUpdates : true
52
53
token : ${{ secrets.GITHUB_TOKEN }}
53
54
name : ${{ steps.create_tag.outputs.version }}
54
55
tag : ${{ steps.create_tag.outputs.version }}
You can’t perform that action at this time.
0 commit comments