From 6e7df4e10734791a36212cffa0219ff6bb3c905e Mon Sep 17 00:00:00 2001 From: Isra Date: Fri, 8 Sep 2023 23:45:30 -0500 Subject: [PATCH] fix(actions): Revert update actions --- .github/workflows/cloudflare.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cloudflare.yml b/.github/workflows/cloudflare.yml index e902cc3..f8ed1ff 100644 --- a/.github/workflows/cloudflare.yml +++ b/.github/workflows/cloudflare.yml @@ -27,10 +27,9 @@ jobs: with: path: node_modules key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }} - - name: Install Dependencies if: steps.cache.outputs.cache-hit != 'true' - run: npm ci + run: npm ci - name: Build run: npm run build