From 4c2f05f9841d18175163c4d19edce41414b065b7 Mon Sep 17 00:00:00 2001 From: bluwy Date: Mon, 1 Apr 2024 14:32:52 +0800 Subject: [PATCH] Update CI workflow --- .github/FUNDING.yml | 1 - .github/workflows/ci.yml | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 12c5fed..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -patreon: bluwy diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01dbbb4..e1d8481 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,15 +24,15 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v3 - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 cache: pnpm cache-dependency-path: '**/pnpm-lock.yaml' @@ -60,7 +60,7 @@ jobs: - name: Upload test results if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: retention-days: 3 name: test-failure-${{ github.run_id }}