feat(validate date string): support nepali custom calendar #267
Annotations
4 errors and 2 warnings
build:
src/utils/validate-date-string.ts#L9
Property 'calendar' is missing in type '{}' but required in type '{ calendar: "iso8601" | "hebrew" | "islamic" | "islamic-umalqura" | "islamic-tbla" | "islamic-civil" | "islamic-rgsa" | "persian" | "ethiopic" | "ethioaa" | "coptic" | "chinese" | ... 6 more ... | "nepali"; }'.
|
build:
src/utils/validate-date-string.ts#L25
Object is of type 'unknown'.
|
build:
src/utils/validate-date-string.ts#L28
Type 'undefined' is not assignable to type 'boolean'.
|
build
Process completed with exit code 2.
|
install
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|