Skip to content

Commit b6e7239

Browse files
committed
fix(tree): 🐛 Ajuste do npm cache
1 parent 98d7a1a commit b6e7239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 22
1919
cache: "npm"
20-
cache-dependency-path: "documentations/react/package-lock.json"
20+
cache-dependency-path: "**/package-lock.json"
2121

2222
- run: npm ci
2323

0 commit comments

Comments
 (0)