From 2b4c7637b609c587bc3a63cfb131814eb531ab2b Mon Sep 17 00:00:00 2001 From: Aaron Chong Date: Thu, 4 Jul 2024 13:27:42 +0800 Subject: [PATCH] Update pnpm version 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 490b293c0..94e1f4f2b 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: '8.15.7' + version: '9.4.0' - uses: actions/setup-node@v2 with: node-version: '16'