Skip to content

Commit

Permalink
update cache dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
SophiaSun18 committed Oct 19, 2023
1 parent 18df081 commit 97940d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
with:
node-version: '20'
cache: 'pnpm'
- name: update-npm-version
cache-dependency-path: './client-course-schedulizer/pnpm-lock.yaml'
- name: update-pnpm-version
run: |
pnpm install -g pnpm@latest
- name: Install npm dependencies
- name: Install pnpm dependencies
run: |
pnpm start
working-directory: ${{env.working-directory}}
Expand Down

0 comments on commit 97940d4

Please sign in to comment.