From 8658bd38f7eb78c811c103745099902719b145cb Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Sun, 11 Feb 2024 20:02:47 +0700 Subject: [PATCH] chore: add funding --- .github/FUNDING.yml | 3 +++ .github/workflows/coverage.yml | 10 ++++------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..80b4d50 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +github: aldy505 +ko_fi: aldy505 +liberapay: aldy505 \ No newline at end of file diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6d5af68..e1e11fe 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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