Dry-run #98
Annotations
2 errors and 2 warnings
src/__tests__/documenter.test.ts#L8
expect(received).toMatchSnapshot(hint)
Snapshot name: `Documenter definition for tutorial-panel matches the snapshot: tutorial-panel 1`
- Snapshot - 1
+ Received + 1
@@ -80,11 +80,11 @@
"type": "string",
},
Object {
"name": "labelsTaskStatus",
"optional": false,
- "type": "unknown",
+ "type": "known",
},
Object {
"name": "learnMoreLinkText",
"optional": false,
"type": "string",
at src/__tests__/documenter.test.ts:8:24
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "components-package", "dependencies".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading