Skip to content

Commit

Permalink
fix(community): Fix CI (#7002)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Oct 17, 2024
1 parent 16b3fcc commit 9a29419
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
pull_request:
# Only run this workflow if the following directories have changed.
paths:
- 'langchain/**'
- 'langchain-core/**'
- 'libs/**'
workflow_dispatch: # Allows triggering the workflow manually in GitHub UI
- "langchain/**"
- "langchain-core/**"
- "libs/**"
workflow_dispatch: # Allows triggering the workflow manually in GitHub UI

# If another push to the same PR or branch happens while this workflow is still running,
# cancel the earlier run in favor of the next run.
Expand All @@ -24,7 +24,7 @@ concurrency:
env:
PUPPETEER_SKIP_DOWNLOAD: "true"
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "true"
NODE_VERSION: "18.x"
NODE_VERSION: "20.x"
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}

# Run a separate job for each check in the docker-compose file,
Expand Down

0 comments on commit 9a29419

Please sign in to comment.