Skip to content

Commit 0117aab

Browse files
committed
fix
1 parent 4bddfda commit 0117aab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/bootstrap/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ runs:
3535
with:
3636
sparse-checkout: |
3737
.nvmrc
38+
src/Elastic.Markdown/package-lock.json
3839
sparse-checkout-cone-mode: false
3940

4041
- uses: actions/setup-node@v4
4142
with:
4243
cache: npm
44+
cache-dependency-path: src/Elastic.Markdown/package-lock.json
4345
node-version-file: '.nvmrc'
4446

0 commit comments

Comments
 (0)