Skip to content

Commit 850e4c0

Browse files
Revert "disable nmp cache in ci and publish"
This reverts commit 072670f.
1 parent 0ef3376 commit 850e4c0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

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

6162
- name: Install Node deps
6263
run: npm ci

.github/workflows/publish.yml

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

2426
- name: Install deps + build Tailwind
2527
run: |

0 commit comments

Comments
 (0)