From 55e9c430df3a60f33da1c1fb0a5717468d60b5eb Mon Sep 17 00:00:00 2001 From: jerrykingxyz Date: Wed, 15 Nov 2023 21:58:46 +0800 Subject: [PATCH] fix: lock pnpm version --- .github/actions/env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/env/action.yml b/.github/actions/env/action.yml index bc1da29a..335aff04 100644 --- a/.github/actions/env/action.yml +++ b/.github/actions/env/action.yml @@ -8,7 +8,7 @@ runs: - name: Use pnpm uses: pnpm/action-setup@v2 with: - version: 7 + version: 7.32.0 - name: Use node.js uses: actions/setup-node@v3 with: