Skip to content

ci: upgrade not to 16.x #2

ci: upgrade not to 16.x

ci: upgrade not to 16.x #2

Triggered via push December 24, 2023 09:09
Status Failure
Total duration 34s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/processor/contributionGraphCodeBlockProcessor.ts#L1
Could not find a declaration file for module 'js-yaml'. '/home/runner/work/obsidian-contribution-graph/obsidian-contribution-graph/node_modules/js-yaml/index.js' implicitly has an 'any' type.
build: src/processor/dataFetcher.ts#L1
Parameter 'page' implicitly has an 'any' type.
build: src/processor/dataFetcher.ts#L1
Parameter 'page' implicitly has an 'any' type.
build: src/processor/dataFetcher.ts#L1
Parameter 'entry' implicitly has an 'any' type.
build: src/processor/dataFetcher.ts#L1
Parameter 'p' implicitly has an 'any' type.
build: src/processor/dataFetcher.ts#L1
Parameter 'entry' implicitly has an 'any' type.
build: src/util/tooltips.ts#L1
Property 'getBoundingClientRect' does not exist on type 'EventTarget'.
build: src/util/utils.ts#L1
Argument of type 'R | undefined' is not assignable to parameter of type 'R'.
build: src/view/form/CellRuleFormItem.tsx#L1
Property 'id' does not exist on type 'CellStyleRule'.
build: src/view/form/GraphForm.tsx#L1
Type 'string' is not assignable to type 'TextAlign | undefined'.
build
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/