ci: disable npm cache on actions runner
Deploy / scheduled-rebuild-dev (push) Skipped
Deploy / scheduled-rebuild-master (push) Skipped
Deploy / rollback-dev (push) Skipped
Deploy / rollback-master (push) Skipped
Deploy / validate-dispatch (push) Successful in 2s
Deploy / changes (push) Successful in 5s
Deploy / app-quality (push) Successful in 1m39s
Deploy / secret-scan (push) Successful in 6s
Deploy / security-deps (push) Successful in 6s
Deploy / context (push) Successful in 2s
Deploy / app-image (push) Successful in 2m52s
Deploy / deploy-master (push) Skipped
Deploy / deploy-dev (push) Successful in 17s

This commit is contained in:
Per Hoener
2026-09-19 00:16:55 +02:00
parent 0d45331f5c
commit ff9474f916
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -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
-4
View File
@@ -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