Skip to content

Commit 101046d

Browse files
committed
remove default cache-dependency-path
1 parent c1947ae commit 101046d

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/doctoc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
with:
2626
node-version-file: .node-version
2727
cache: npm
28-
cache-dependency-path: package-lock.json
2928
- name: Install dependencies
3029
run: npm ci
3130
- name: Run doctoc

.github/workflows/markdown-link-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
node-version-file: .node-version
2525
cache: npm
26-
cache-dependency-path: package-lock.json
2726
- name: Install dependencies
2827
run: npm ci
2928
- name: Run markdown-link-check on MD files

.github/workflows/prettier.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
with:
1717
node-version-file: .node-version
1818
cache: npm
19-
cache-dependency-path: package-lock.json
2019
- name: Install dependencies
2120
run: npm ci
2221
- name: Run Prettier

0 commit comments

Comments
 (0)