From 4847739db666f73a2f09e6968fcbd89d9f0b184e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 30 Sep 2024 14:41:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20action.yml=20=E4=B8=AD=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=20pnpm=20=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 80ef1d4..c8190ff 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,11 @@ runs: - name: Checkout id: checkout uses: actions/checkout@main + - name: 安装 pnpm + uses: pnpm/action-setup@v4 + with: + version: latest + run_install: false - uses: actions/setup-node@v4 id: setup-node with: