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 b0adf7f commit c1d1965Copy full SHA for c1d1965
1 file changed
.github/workflows/test.yml
@@ -35,7 +35,8 @@ jobs:
35
uses: actions/setup-node@v6
36
with:
37
node-version: ${{ matrix.node }}
38
- cache: "npm"
+ cache: npm
39
+ cache-dependency-path: package.json
40
41
- name: Install npm dependencies
42
run: npm install
0 commit comments