From e4e5cee3f3118971014b264e08de08780e282fcb Mon Sep 17 00:00:00 2001 From: giancarlo Date: Thu, 11 Apr 2024 16:29:43 +0800 Subject: [PATCH] Update pnpm version in GitHub actions workflow The pnpm version used in the GitHub actions workflow has been updated from 6.32.9 to 8. This change will ensure that our GitHub actions use the latest pnpm version for setting up the environments and building our project. --- .github/workflows/workflow.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d08a079d2..ab0a57753 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -6,6 +6,7 @@ on: branches: [ main ] jobs: typescript: + timeout-minutes: 10 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -14,7 +15,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 6.32.9 + version: 8 - uses: actions/setup-node@v4 with: @@ -45,7 +46,7 @@ jobs: - uses: pnpm/action-setup@v2 with: - version: 6.32.9 + version: 8 - uses: actions/cache@v4 with: