Skip to content

Commit f736183

Browse files
chore: add cache-dependency-path for pnpm in CI/CD workflow
1 parent 4a247ca commit f736183

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
node-version: ${{ env.NODE_VERSION }}
3232
cache: "pnpm"
33+
cache-dependency-path: "pnpm-lock.yaml"
3334

3435
- name: Install dependencies
3536
run: pnpm install --frozen-lockfile
@@ -59,6 +60,7 @@ jobs:
5960
with:
6061
node-version: ${{ env.NODE_VERSION }}
6162
cache: "pnpm"
63+
cache-dependency-path: "pnpm-lock.yaml"
6264

6365
- name: Install dependencies
6466
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)