Skip to content

Fix Prettier config reference #108

Fix Prettier config reference

Fix Prettier config reference #108

Triggered via pull request August 19, 2024 18:35
Status Success
Total duration 3m 20s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, 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/
build: src/preprocessors/timeseries.ts#L53
'ArrayVector' is deprecated. use a simple Array<T>
build: src/preprocessors/timeseries.ts#L57
'ArrayVector' is deprecated. use a simple Array<T>
build: src/preprocessors/timeseries.ts#L66
'set' is deprecated. Use [idx]. This only exists to help migrate Vector to Array