Skip to content

feat: added useNullAsOptional option #1724

feat: added useNullAsOptional option

feat: added useNullAsOptional option #1724

Re-run triggered March 21, 2024 01:15
Status Failure
Total duration 2m 4s
Artifacts

lint.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
build (20.x): integration/use-null-as-optional/use-null-as-optional.ts#L1
Type 'ProfileInfo | undefined' is not assignable to type 'ProfileInfo | null' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.
build (20.x)
Process completed with exit code 1.
build (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/