Skip to content

Commit 1de309d

Browse files
committed
paths
1 parent 86f5899 commit 1de309d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-lint-and-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: '16'
2222
cache: 'npm'
23-
cache-dependency-path: './package-lock.json'
23+
cache-dependency-path: '.github/settings/docs-lint-and-validate/package-lock.json'
2424

2525
- name: Install dependencies
2626
run: npm ci

0 commit comments

Comments
 (0)