From bcc683ceec4dd25d43561eba0d6dd640933225c0 Mon Sep 17 00:00:00 2001 From: Kit Loong Date: Sat, 19 Aug 2023 10:13:13 +0800 Subject: [PATCH] Use pnpm 8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66cf4a5..30db80f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 6.32.9 + version: 8 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: