Skip to content

Fix regressions and gaps left by recently merged app PRs #199

Fix regressions and gaps left by recently merged app PRs

Fix regressions and gaps left by recently merged app PRs #199

Triggered via push September 5, 2026 20:07
Status Failure
Total duration 1m 27s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
audit
Process completed with exit code 1.
audit
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
unit-tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
unit-tests
The ref value 'runToken.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'runToken.current' to a variable inside the effect, and use that variable in the cleanup function
unit-tests: src/components/CountdownTimer.tsx#L69
React Hook useEffect has a missing dependency: 'computeSeconds'. Either include it or remove the dependency array
unit-tests: src/components/BeneficiaryForm.tsx#L91
React Hook useMemo has missing dependencies: 'beneficiaryIds' and 'value'. Either include them or remove the dependency array
unit-tests: src/app/will/new/page.tsx#L87
React Hook useMemo has missing dependencies: 'guardianIds' and 'guardians'. Either include them or remove the dependency array