Skip to content

Commit bbcf045

Browse files
committed
fix langchain tests trying to run on unsupported node (#4926)
1 parent 8563aa4 commit bbcf045

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/plugins.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,18 @@ jobs:
567567
PLUGINS: langchain
568568
steps:
569569
- uses: actions/checkout@v4
570-
- uses: ./.github/actions/plugins/test
570+
- uses: ./.github/actions/testagent/start
571+
- uses: ./.github/actions/node/setup
572+
- uses: ./.github/actions/install
573+
- uses: ./.github/actions/node/18 # langchain doesn't support Node 16
574+
- run: yarn test:plugins:ci
575+
shell: bash
576+
- uses: ./.github/actions/node/latest
577+
- run: yarn test:plugins:ci
578+
shell: bash
579+
- uses: codecov/codecov-action@v3
580+
- if: always()
581+
uses: ./.github/actions/testagent/logs
571582

572583
limitd-client:
573584
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)