From 65515eb4d9d2d8db1109ea5bb3d714ee627ace7d Mon Sep 17 00:00:00 2001 From: Stas Schaller Date: Mon, 16 Feb 2026 11:52:36 -0500 Subject: [PATCH] fix: remove npm cache from workflow (package-lock.json is gitignored) --- .github/workflows/publish.harness.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.harness.yml b/.github/workflows/publish.harness.yml index cc5cb19..ff02be1 100644 --- a/.github/workflows/publish.harness.yml +++ b/.github/workflows/publish.harness.yml @@ -37,7 +37,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - cache: 'npm' - name: Install dependencies run: npm ci @@ -235,7 +234,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20.x' - cache: 'npm' - name: Get version id: get_version