From 3b373a06483b075ec2bd3f9a905033340dcada07 Mon Sep 17 00:00:00 2001 From: Christopher Stryker <30416097+ChrisStrykesAgain@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:33:01 -0600 Subject: [PATCH] remove cache specifier --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa9517b..06cf625 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '18' - cache: 'npm' - name: Run build script run: bash build.sh