From ff9474f9166574c71ae8a40aba7338cb3e5f3124 Mon Sep 17 00:00:00 2001 From: Per Hoener Date: Sat, 19 Sep 2026 00:16:55 +0200 Subject: [PATCH] ci: disable npm cache on actions runner --- .gitea/workflows/ci.yml | 2 -- .gitea/workflows/deploy.yml | 4 ---- 2 files changed, 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 751203b..142ceb0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -64,8 +64,6 @@ jobs: uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version-file: ${{ env.NODE_VERSION_FILE }} - cache: npm - cache-dependency-path: package-lock.json - name: Install dependencies run: npm ci diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 89c3d9e..99bff1f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -132,8 +132,6 @@ jobs: uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version-file: ${{ env.NODE_VERSION_FILE }} - cache: npm - cache-dependency-path: package-lock.json - name: Install dependencies run: npm ci @@ -315,8 +313,6 @@ jobs: uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version-file: ${{ env.NODE_VERSION_FILE }} - cache: npm - cache-dependency-path: package-lock.json - name: Install dependencies run: npm ci