Skip to content

Run tests on all PRs #1

Run tests on all PRs

Run tests on all PRs #1

Triggered via pull request November 10, 2024 23:09
@sestinjsestinj
opened #2859
dev
Status Failure
Total duration 2m 1s
Artifacts

pr_checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
tsc-check
Property 'entries' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
tsc-check
Property 'keys' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
tsc-check
Property 'values' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
tsc-check
Property '[Symbol.iterator]' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
tsc-check
Property 'forEach' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
tsc-check
Cannot find module 'core/autocomplete/completionProvider' or its corresponding type declarations.
tsc-check
Process completed with exit code 2.
tsc-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/