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 2e2ec5a + 941d44d commit 4784549
Show file tree
Hide file tree
Showing 4 changed files with 1,648 additions and 1,682 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.18.0
node-version: 18

- name: Run langfuse server
run: |
Expand Down
1 change: 1 addition & 0 deletions integration-test/langfuse-integration-modules.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe("Test Different Module Conventions", () => {
console.log(result.stderr);
expect(result.status).toBe(0);
expect(result.stdout).toContain("Did construct objects and called them.");
expect(result.status).toBe(0);
}
);

Expand Down
2 changes: 1 addition & 1 deletion integration-test/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"langfuse-langchain": "^2.0.0-alpha.2"
},
"devDependencies": {
"tsx": "^4.2.0",
"tsx": "^4.6.2",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit 4784549

Please sign in to comment.