Skip to content

Commit c1d1965

Browse files
committed
Fix cache
1 parent b0adf7f commit c1d1965

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
uses: actions/setup-node@v6
3636
with:
3737
node-version: ${{ matrix.node }}
38-
cache: "npm"
38+
cache: npm
39+
cache-dependency-path: package.json
3940

4041
- name: Install npm dependencies
4142
run: npm install

0 commit comments

Comments
 (0)