From 8f1e606a1a64605686f19fbc98e2bd798689fb09 Mon Sep 17 00:00:00 2001 From: Aaron Chong Date: Tue, 30 Jul 2024 16:56:12 +0800 Subject: [PATCH] Use pnpm 9.4.0 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 3012d12bf..9d74b681d 100644 --- a/.github/actions/bootstrap/action.yml +++ b/.github/actions/bootstrap/action.yml @@ -13,7 +13,7 @@ runs: steps: - uses: pnpm/action-setup@v4.0.0 with: - version: '8.6.12' + version: '9.4.0' - uses: actions/setup-node@v4 with: node-version: '18'