Skip to content

Commit

Permalink
Merge pull request #374 from openchatai/ah7255703-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
faltawy committed Dec 6, 2023
2 parents f1740c2 + c1ee6f5 commit bafa38d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false

- name: Install dependencies
run: cd copilot-widget/ && npm install
run: cd copilot-widget/ && pnpm install

- name: Build copilot-widget
run: cd copilot-widget/ && npm run build:embed
Expand Down

0 comments on commit bafa38d

Please sign in to comment.