From aab94083e7e1784112700713f6c397a0b82d98f0 Mon Sep 17 00:00:00 2001 From: Aaron Chong Date: Tue, 29 Aug 2023 10:30:11 +0800 Subject: [PATCH] Test CI with older pnpm (#751) Signed-off-by: Aaron Chong --- .github/actions/bootstrap/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/bootstrap/action.yml b/.github/actions/bootstrap/action.yml index 81425f590..545dff8e3 100644 --- a/.github/actions/bootstrap/action.yml +++ b/.github/actions/bootstrap/action.yml @@ -13,7 +13,7 @@ runs: steps: - uses: pnpm/action-setup@v2.2.2 with: - version: 'latest' + version: '8.6.12' - uses: actions/setup-node@v2 with: node-version: '16'