mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
📦 chore: Bump Package Versions and Update Data Provider Workflow (#9103)
* 📦 chore: Bump `@librechat/api` to v1.3.3 * 📦 chore: Bump `librechat-data-provider` to v0.8.003 * 📦 chore: Bump `@librechat/data-schemas` to v0.0.18 * 📦 chore: Bump `@librechat/client` to v0.2.6 * 📦 chore: Update workflow name for `librechat-data-provider` and add manual dispatch * 📦 chore: Update Node.js version to 20 in data provider workflow
This commit is contained in:
parent
55557f7cc8
commit
3576391482
6 changed files with 17 additions and 11 deletions
12
.github/workflows/data-provider.yml
vendored
12
.github/workflows/data-provider.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Node.js Package
|
||||
name: Publish `librechat-data-provider` to NPM
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -6,6 +6,12 @@ on:
|
|||
- main
|
||||
paths:
|
||||
- 'packages/data-provider/package.json'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
reason:
|
||||
description: 'Reason for manual trigger'
|
||||
required: false
|
||||
default: 'Manual publish requested'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -14,7 +20,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 20
|
||||
- run: cd packages/data-provider && npm ci
|
||||
- run: cd packages/data-provider && npm run build
|
||||
|
||||
|
|
@ -25,7 +31,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 20
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: cd packages/data-provider && npm ci
|
||||
- run: cd packages/data-provider && npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue