Skip to content

Commit 445b536

Browse files
committed
Don't use caches during deployment.
1 parent 7218e2c commit 445b536

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version-file: '.nvmrc'
26-
cache: npm
2726

2827
- name: clean install dependencies
2928
run: npm ci
@@ -48,7 +47,6 @@ jobs:
4847
uses: actions/setup-node@v4
4948
with:
5049
node-version-file: '.nvmrc'
51-
cache: npm
5250

5351
- name: clean install dependencies
5452
run: npm ci

0 commit comments

Comments
 (0)