data #2968
Annotations
1 error and 1 warning
scheduled
Error: Command failed: NO_COLOR=true deno run -q --allow-read --allow-write --allow-run --allow-net --allow-env --unstable process-pool.js evmos-community-pool.json
error: Uncaught (in promise) TypeError: Cannot convert undefined or null to object
const balances = Object.values(json.balances);
^
at Function.values (<anonymous>)
at file:///home/runner/work/evmos-datahub/evmos-datahub/process-pool.js:8:25
at eventLoopTick (ext:core/01_core.js:183:11)
|
scheduled
The following actions uses node12 which is deprecated and will be forced to run on node16: githubocto/flat@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|