From aa3c449167885cb129ac9e08218334cd71b2cbf7 Mon Sep 17 00:00:00 2001 From: the1812 Date: Tue, 23 Apr 2024 23:06:32 +0800 Subject: [PATCH] Build GitHub config --- .github/workflows/build.yml | 2 +- .github/workflows/pull-request-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 818188bee..38189b822 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies uses: pnpm/action-setup@v2.2.4 with: - version: latest + version: 8.12.1 run_install: true - name: Type check run: pnpm run type diff --git a/.github/workflows/pull-request-check.yml b/.github/workflows/pull-request-check.yml index 143fb43fe..90d877301 100644 --- a/.github/workflows/pull-request-check.yml +++ b/.github/workflows/pull-request-check.yml @@ -11,7 +11,7 @@ jobs: - name: Install dependencies uses: pnpm/action-setup@v2.2.4 with: - version: 8.6.12 + version: 8.12.1 run_install: true - name: Type check run: pnpm run type