Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 1e2464e

Browse files
committed
fix(workflows): disable cache in privileged workflows
1 parent 2ad035a commit 1e2464e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.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)