Adds created timestamp to learningpath #2140
Annotations
2 errors and 1 warning
Unit tests:
src/utils/apiHelpers.ts#L199
Property 'created' is missing in type '{ title: string; description: string; lastUpdated: string; coverphoto: ICoverPhoto | undefined; tags: string[]; learningsteps: { title: string; description: string | undefined; ... 10 more ...; supportedLanguages: string[]; }[]; ... 13 more ...; message?: IMessage | undefined; }' but required in type 'GQLLearningpath'.
|
Unit tests
Process completed with exit code 2.
|
Unit 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, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|