Release Packages #107
Triggered via workflow run
July 16, 2026 17:43
RuudBurger
completed
edaeae2
Status
Failure
Total duration
59s
Artifacts
–
release-packages.yml
on: workflow_run
Release Packages
55s
Annotations
10 errors and 3 warnings
|
Release Packages
Error: The process '/usr/bin/git' failed with exit code 1
|
|
Release Packages
@plextv/react-native-lightning#check:types: command (/home/runner/work/react-lightning/react-lightning/packages/react-native-lightning) /home/runner/setup-pnpm/node_modules/.bin/pnpm run check:types exited (2)
|
|
Release Packages
Argument of type '{ style: { display: string; }; }' is not assignable to parameter of type 'LightningTextElementProps | LightningViewElementProps<LightningViewElementStyle> | LightningImageElementProps<...>'.
|
|
Release Packages
Property 'style' does not exist on type 'object'.
|
|
Release Packages
Object literal may only specify known properties, and 'className' does not exist in type 'LightningTextElementProps | LightningViewElementProps<LightningViewElementStyle> | LightningImageElementProps<...>'.
|
|
Release Packages
Object literal may only specify known properties, and 'className' does not exist in type 'LightningTextElementProps | LightningViewElementProps<LightningViewElementStyle> | LightningImageElementProps<...>'.
|
|
Release Packages
Property 'style' does not exist on type 'object'.
|
|
Release Packages
Object literal may only specify known properties, and 'className' does not exist in type 'LightningTextElementProps | LightningViewElementProps<LightningViewElementStyle> | LightningImageElementProps<...>'.
|
|
Release Packages
Property 'style' does not exist on type 'object'.
|
|
Release Packages
Object literal may only specify known properties, and 'className' does not exist in type 'LightningTextElementProps | LightningViewElementProps<LightningViewElementStyle> | LightningImageElementProps<...>'.
|
|
Release Packages
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: changesets/action@v1.5.3, pnpm/action-setup@v4.2.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint-plugin-unicorn(no-useless-spread):
packages/plugin-flexbox/bench/harness.ts#L42
Using a spread operator here creates a new array unnecessarily.
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/plugin-flexbox/bench/harness.ts#L72
Empty fallbacks in spreads are unnecessary
|