We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91fd06 commit 6fd5599Copy full SHA for 6fd5599
.github/workflows/tests.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
node-version: "22"
37
cache: "npm"
38
+ cache-dependency-path: "**/package-lock.json"
39
- uses: actions/cache@v4
40
41
path: |
0 commit comments