Skip to content

fix: ensure public methods are named to external in IDiamondProxy - s… #175

fix: ensure public methods are named to external in IDiamondProxy - s…

fix: ensure public methods are named to external in IDiamondProxy - s… #175

Re-run triggered September 10, 2024 11:52
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: push
Build code and run tests
46s
Build code and run tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Build code and run tests: node_modules/.pnpm/[email protected]/node_modules/lru-cache/dist/esm/index.d.ts#L973
Property 'entries' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Build code and run tests: node_modules/.pnpm/[email protected]/node_modules/lru-cache/dist/esm/index.d.ts#L985
Property 'keys' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Build code and run tests: node_modules/.pnpm/[email protected]/node_modules/lru-cache/dist/esm/index.d.ts#L997
Property 'values' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Build code and run tests: node_modules/.pnpm/[email protected]/node_modules/lru-cache/dist/esm/index.d.ts#L1009
Property '[Symbol.iterator]' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Build code and run tests: node_modules/.pnpm/[email protected]/node_modules/lru-cache/dist/esm/index.d.ts#L1032
Property 'forEach' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Build code and run tests
Process completed with exit code 2.
Build code and run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/