Move all errors to a single module, fix assertion of immutable checkp… #349
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
|