From 708f0d58161db04c0f8340c19a3ebf6040fd9efe Mon Sep 17 00:00:00 2001 From: Ali Zemani Date: Tue, 27 Aug 2024 23:21:10 +0330 Subject: [PATCH] fix action ? --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63d377d..b45dd7a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-node@v3 - name: Install dependencies - run: npm install + run: npm install --legacy-peer-deps - name: Publish to Cloudflare Workers uses: cloudflare/wrangler-action@v3 @@ -26,4 +26,3 @@ jobs: env: CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }} CF_ZONE_ID: ${{ secrets.CF_ZONE_ID }} -