Skip to content

Commit 6718a32

Browse files
fix(ci): correct cache-dependency-path in workflows
1 parent 88bdba5 commit 6718a32

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/bump-docs-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
node-version: 22
3333
cache: npm
34+
cache-dependency-path: docs/package-lock.json
3435

3536
- name: Update package.json version
3637
run: |

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
node-version: 22
4040
cache: npm
41+
cache-dependency-path: docs/package-lock.json
4142
- name: Setup Pages
4243
uses: actions/configure-pages@v5
4344
- name: Install dependencies

0 commit comments

Comments
 (0)