Skip to content

Commit a93259b

Browse files
committed
Specify dependency-path for setup-node action
1 parent 203fdaf commit a93259b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
node-version-file: ${{ matrix.working-directory }}/.node-version
4343
cache: npm
44+
cache-dependency-path: ${{ matrix.working-directory}/package-lock.json
4445

4546
- name: Install Dependencies
4647
id: install

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
node-version-file: ${{ matrix.working-directory }}/.node-version
3434
cache: npm
35+
cache-dependency-path: ${{ matrix.working-directory}/package-lock.json
3536

3637
- name: Install Dependencies
3738
id: npm-ci

0 commit comments

Comments
 (0)