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
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user