Skip to content

Move all errors to a single module, fix assertion of immutable checkp… #349

Move all errors to a single module, fix assertion of immutable checkp…

Move all errors to a single module, fix assertion of immutable checkp… #349

Triggered via pull request May 14, 2024 22:17
Status Failure
Total duration 41s
Artifacts

ci.yml

on: pull_request
Build
22s
Build
Check linting
29s
Check linting
Check formatting
21s
Check formatting
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 7 warnings
Build
@langchain/langgraph#build: command (/home/runner/work/langgraphjs/langgraphjs/langgraph) /tmp/xfs-fe3b7cf2/yarn run build exited (1)
Build
'GraphValueError' is declared but its value is never read.
Build
'DEFAULT_LOOP_LIMIT' is declared but its value is never read.
Build
Cannot find name 'DEFAULT_RECURSION_LIMIT'.
Build
Type 'MemorySaverAssertImmutable' is not assignable to type 'BaseCheckpointSaver'.
Build
Module '"../checkpoint/base.js"' has no exported member 'CheckpointMetadata'.
Build
Property 'put' in type 'MemorySaverAssertImmutable' is not assignable to the same property in base type 'MemorySaver'.
Build
Expected 2 arguments, but got 3.
Build
Process completed with exit code 1.
Check formatting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit Tests (ubuntu-latest, 20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit Tests (ubuntu-latest, 18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check linting: langgraph/src/pregel/index.ts#L41
'GraphValueError' is defined but never used
Check linting: langgraph/src/pregel/index.ts#L45
'DEFAULT_LOOP_LIMIT' is assigned a value but never used