Skip to content

Commit ea2f6c0

Browse files
authored
fix(workflows): disable cache in privileged workflows (#2927)
1 parent 2ad035a commit ea2f6c0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
uses: actions/setup-node@v4
3737
with:
3838
node-version-file: '.nvmrc'
39-
cache: npm
4039

4140
- name: Install all npm packages
4241
run: npm ci

.github/workflows/stage-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
uses: actions/setup-node@v4
3636
with:
3737
node-version-file: '.nvmrc'
38-
cache: npm
3938

4039
- name: Install all npm packages
4140
run: npm ci

0 commit comments

Comments
 (0)