Skip to content

Commit 072670f

Browse files
disable nmp cache in ci and publish
1 parent e219874 commit 072670f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
uses: actions/setup-node@v4
5858
with:
5959
node-version: 20
60-
cache: npm
6160

6261
- name: Install Node deps
6362
run: npm ci

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: 20
23-
cache: npm
24-
cache-dependency-path: package-lock.json
2523

2624
- name: Install deps + build Tailwind
2725
run: |

0 commit comments

Comments
 (0)