Skip to content

feat: expose --output-references CLI arg for building tokens, registers filters, and updates CSS vars format #13496

feat: expose --output-references CLI arg for building tokens, registers filters, and updates CSS vars format

feat: expose --output-references CLI arg for building tokens, registers filters, and updates CSS vars format #13496

Triggered via pull request September 1, 2024 15:35
Status Failure
Total duration 2m 25s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
tests: www/src/pages/foundations/colors.tsx#L225
Argument of type '{ styles: CSSStyleDeclarationType; unusedLevels?: UnusedLevels | undefined; variants?: undefined; themeName: string; } | { styles: CSSStyleDeclarationType; variants: ColorVariant[]; unusedLevels?: undefined; themeName: string; }' is not assignable to parameter of type 'IRenderColorRamp'.
tests: www/src/pages/foundations/colors.tsx#L228
Argument of type '{ styles: CSSStyleDeclarationType; unusedLevels?: UnusedLevels | undefined; variants?: undefined; themeName: string; } | { styles: CSSStyleDeclarationType; variants: ColorVariant[]; unusedLevels?: undefined; themeName: string; }' is not assignable to parameter of type 'IRenderColorRamp'.
tests
Process completed with exit code 2.
tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/