We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef3376 commit 850e4c0Copy full SHA for 850e4c0
.github/workflows/ci.yml
@@ -57,6 +57,7 @@ jobs:
57
uses: actions/setup-node@v4
58
with:
59
node-version: 20
60
+ cache: npm
61
62
- name: Install Node deps
63
run: npm ci
.github/workflows/publish.yml
@@ -20,6 +20,8 @@ jobs:
20
21
22
23
24
+ cache-dependency-path: package-lock.json
25
26
- name: Install deps + build Tailwind
27
run: |
0 commit comments