Skip to content

Stats error fix

Stats error fix #69

Triggered via pull request July 26, 2023 00:56
Status Failure
Total duration 1m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
build (14.x, 4.4): src/runtime/pollers.js#L186
Replace `(tokenStats.historicalAverageProfitSharingAPY·==·undefined·||··tokenStats.historicalAverageProfitSharingAPY·==·null)` with `tokenStats.historicalAverageProfitSharingAPY·==·undefined·||⏎····tokenStats.historicalAverageProfitSharingAPY·==·null`
build (14.x, 4.4)
Process completed with exit code 1.
build (14.x, 4.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/