Skip to content

Fix Prettier config reference (#52) #109

Fix Prettier config reference (#52)

Fix Prettier config reference (#52) #109

Triggered via push August 19, 2024 18:36
Status Success
Total duration 3m 19s
Artifacts

ci.yml

on: push
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