From 723640e9d0470568ecc1eec098c46b5b9b628232 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Fri, 26 Sep 2025 05:30:20 +0000 Subject: [PATCH] Remove npm cache configuration from CI workflow for Node.js setup --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd9173b..ea18f04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - cache: 'npm' - name: Setup Bun ${{ matrix.bun-version }} uses: oven-sh/setup-bun@v1 @@ -68,7 +67,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - cache: 'npm' - name: Setup Bun uses: oven-sh/setup-bun@v1