Skip to content

feat(Html WYSYWIG): add colors and tables #2569

feat(Html WYSYWIG): add colors and tables

feat(Html WYSYWIG): add colors and tables #2569

Triggered via pull request September 28, 2024 09:37
Status Failure
Total duration 1m 9s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ci: src/tools/html-wysiwyg-editor/editor/editor.vue#L6
Cannot find module '@tiptap/extension-color' or its corresponding type declarations.
ci: src/tools/html-wysiwyg-editor/editor/editor.vue#L7
Cannot find module '@tiptap/extension-text-style' or its corresponding type declarations.
ci: src/tools/html-wysiwyg-editor/editor/editor.vue#L8
Cannot find module '@tiptap/extension-highlight' or its corresponding type declarations.
ci: src/tools/html-wysiwyg-editor/editor/editor.vue#L9
Cannot find module '@tiptap/extension-gapcursor' or its corresponding type declarations.
ci: src/tools/html-wysiwyg-editor/editor/editor.vue#L10
Cannot find module '@tiptap/extension-table' or its corresponding type declarations.
ci: src/tools/html-wysiwyg-editor/editor/editor.vue#L11
Cannot find module '@tiptap/extension-table-cell' or its corresponding type declarations.
ci: src/tools/html-wysiwyg-editor/editor/editor.vue#L12
Cannot find module '@tiptap/extension-table-header' or its corresponding type declarations.
ci: src/tools/html-wysiwyg-editor/editor/editor.vue#L13
Cannot find module '@tiptap/extension-table-row' or its corresponding type declarations.
ci: src/tools/html-wysiwyg-editor/editor/menu-bar.vue#L168
Property 'setColor' does not exist on type 'ChainedCommands'.
ci: src/tools/html-wysiwyg-editor/editor/menu-bar.vue#L175
Property 'unsetColor' does not exist on type 'ChainedCommands'.
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/