Skip to content

Commit

Permalink
NPM install for monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtarcommunications committed Nov 29, 2024
1 parent 979242a commit f347d57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/caselist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Upgrade npm to fix freezing bug in 10.9.0 shipped with Node 22.11.0
run: npm install -g npm@latest

- name: Install packages
run: |
npm install
- name: Install packages
run: |
cd client && npm install
Expand Down Expand Up @@ -77,6 +81,10 @@ jobs:
- name: Upgrade npm to fix freezing bug in 10.9.0 shipped with Node 22.11.0
run: npm install -g npm@latest

- name: Install packages
run: |
npm install
- name: Install packages
run: |
cd server && npm install
Expand Down

0 comments on commit f347d57

Please sign in to comment.