chore: add funding

This commit is contained in:
Reinaldy Rafli 2024-02-11 20:02:47 +07:00
parent 3478cfb0d8
commit 8658bd38f7
Signed by: aldy505
GPG Key ID: A3F8A7E23DA2AD94
2 changed files with 7 additions and 6 deletions

3
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,3 @@
github: aldy505
ko_fi: aldy505
liberapay: aldy505

View File

@ -13,12 +13,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
- name: Installing dependencies
run: npm install
@ -30,6 +30,4 @@ jobs:
run: npm run test
- name: Upload to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4