Skip to content

Commit

Permalink
update with new install command
Browse files Browse the repository at this point in the history
  • Loading branch information
SophiaSun18 committed Oct 19, 2023
1 parent f85bc59 commit d30361d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20'
# cache: 'pnpm'
# cache-dependency-path: './client-course-schedulizer/pnpm-lock.yaml'
- name: update-pnpm-version
run: |
pnpm install -g pnpm@latest
- name: Install pnpm dependencies
run: |
pnpm install
pnpm start
working-directory: ${{env.working-directory}}
- name: Run tests
Expand Down

0 comments on commit d30361d

Please sign in to comment.