File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
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 8
8
build-deploy :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
12
- - uses : actions/setup-node@v3
11
+ - uses : actions/checkout@v4
12
+ - uses : actions/setup-node@v4
13
13
with :
14
- node-version : 16
14
+ node-version : 20
15
15
registry-url : ' https://registry.npmjs.org'
16
16
17
17
- run : npm install --legacy-peer-deps
32
32
avatarSize : 42
33
33
34
34
- name : Deploy
35
- uses : peaceiris/actions-gh-pages@v3
35
+ uses : peaceiris/actions-gh-pages@v4
36
36
with :
37
37
github_token : ${{ secrets.GITHUB_TOKEN }}
38
38
publish_dir : ./build
You can’t perform that action at this time.
0 commit comments