Skip to content

Commit

Permalink
Merge branch 'v2' into migrate-to-ingestion-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeichmann committed Dec 13, 2023
2 parents 8c53ddb + 7df2cd5 commit 61fc41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.18.0

- name: Run langfuse server
run: |
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "1.3.0"
"version": "2.0.0-alpha.2"
}

0 comments on commit 61fc41b

Please sign in to comment.