From f92414e9141b14aba42fdbad0f35ac6f5e13ee53 Mon Sep 17 00:00:00 2001 From: Freyja Odinthrir Date: Wed, 10 Sep 2025 21:21:25 -0700 Subject: [PATCH] nvm on caching lol --- .gitea/workflows/deploy.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6cc7bec..fe56b07 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -46,15 +46,6 @@ jobs: uses: https://github.com/actions/setup-node@v2 with: node-version: '20' - cache: 'npm' - - - name: Restore node_modules cache - uses: https://github.com/actions/cache@v2 - with: - path: node_modules - key: ${{ runner.os }}-node_modules-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node_modules - name: Install node dependencies run: npm ci