From a462427b0dbc9cf53e53a1313030180e62872ed8 Mon Sep 17 00:00:00 2001 From: accius Date: Sun, 1 Feb 2026 09:39:54 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b96bdb..437be0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - cache: 'npm' - name: Install dependencies run: npm install @@ -68,7 +67,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20.x - cache: 'npm' - name: Install dependencies run: npm install