mirror of
https://github.com/langchain-ai/create-agent-chat-app.git
synced 2026-07-01 21:24:02 -04:00
cr
This commit is contained in:
@@ -35,10 +35,9 @@ jobs:
|
||||
|
||||
- name: Setup pnpm
|
||||
if: matrix.package-manager == 'pnpm'
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10.5.1
|
||||
standalone: true
|
||||
run: |
|
||||
npm install -g pnpm@10.5.1
|
||||
pnpm --version
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user