在 package.json 中新增 pnpm 作为包管理器,并更新 action.yml 中的步骤以优化 Node 和 PNPM 的设置

This commit is contained in:
严浩
2024-09-30 17:41:30 +08:00
parent e318325c78
commit 6f71017a40
2 changed files with 20 additions and 14 deletions

3
package.json Normal file
View File

@ -0,0 +1,3 @@
{
"packageManager": "pnpm@9.11.0"
}