Skip to content

Commit

Permalink
update workflows with cache-dep path
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Jan 24, 2025
1 parent c213d0d commit 7aa9dbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: 'savvy-extension/.nvmrc'
cache-dependency-path: 'savvy-extension/pnpm-lock.yaml'
cache: pnpm

- run: pnpm install --frozen-lockfile --prefer-offline
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
with:
node-version-file: 'savvy-extension/.nvmrc'
cache: pnpm
cache-dependency-path: 'savvy-extension/pnpm-lock.yaml'
- run: pnpm install --frozen-lockfile --prefer-offline
- run: pnpm e2e
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: 'savvy-extension/.nvmrc'
cache-dependency-path: 'savvy-extension/pnpm-lock.yaml'
cache: pnpm

- run: pnpm install --frozen-lockfile --prefer-offline
Expand Down

0 comments on commit 7aa9dbd

Please sign in to comment.