From c71b94a897a35c07e8774e1567c385c4187a8fe2 Mon Sep 17 00:00:00 2001 From: Wang Xinping Date: Tue, 10 Dec 2024 20:19:11 +0800 Subject: [PATCH] ci: manual install deps --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a9964f7..7798bcb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: node-version: '20' - name: Install Dependencies - run: corepack enable + run: corepack enable && yarn - name: Deploy uses: cloudflare/wrangler-action@v3