mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
chore: add pnpm install to workflow
This commit is contained in:
4
.github/workflows/generate_embeddings.yml
vendored
4
.github/workflows/generate_embeddings.yml
vendored
@@ -16,6 +16,10 @@ jobs:
|
||||
with:
|
||||
node-version: '18'
|
||||
|
||||
- name: Install pnpm
|
||||
run: |
|
||||
npm install -g pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user