diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index d4b99d4..5e21ef6 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -40,7 +40,6 @@ jobs:
         uses: actions/setup-node@v4
         with:
           node-version: ${{ matrix.node-version }}
-          cache: true
           cache-dependency-path: '**/package-lock.json'
 
       - name: Setup Pages