From 6d77d7f95aa4c188fb982db5b1d64dd4e90b1016 Mon Sep 17 00:00:00 2001 From: zhaojs Date: Tue, 30 Jul 2024 14:30:00 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Adeploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6bfcb9d..0d56eba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,6 +18,9 @@ jobs: with: node-version: '18.17.0' + - name: Install pnpm + run: npm install -g pnpm + - name: Install dependencies run: pnpm install