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 203fdaf commit a93259bCopy full SHA for a93259b
.github/workflows/check-dist.yml
@@ -41,6 +41,7 @@ jobs:
41
with:
42
node-version-file: ${{ matrix.working-directory }}/.node-version
43
cache: npm
44
+ cache-dependency-path: ${{ matrix.working-directory}/package-lock.json
45
46
- name: Install Dependencies
47
id: install
.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
32
33
34
35
36
37
38
id: npm-ci
0 commit comments