Skip to content

release

release #198

Triggered via repository dispatch June 12, 2026 17:30
Status Failure
Total duration 29s
Artifacts

release.yml

on: repository_dispatch
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
Test
Process completed with exit code 1.
tests/smoke.test.tsx > Smoke Test > Config > should render without crashing: tests/smoke.test.tsx#L45
Error: Snapshot `Smoke Test > Config > should render without crashing 1` mismatched - Expected + Received @@ -10,31 +10,36 @@ <div class="jodit-toolbar__box" > <div class="jodit-toolbar-editor-collection jodit-toolbar-editor-collection_mode_horizontal jodit-toolbar-editor-collection_size_middle" + role="toolbar" > <input disabled="true" + name="jodit-toolbar-focus-helper_1781285476008" style="width: 0; height:0; position: absolute; visibility: hidden;" tab-index="-1" /> <div class="jodit-ui-group jodit-ui-group_line_true jodit-ui-group_size_middle" + role="group" > <div class="jodit-ui-group jodit-ui-group_separated_true jodit-ui-group_group_font-style jodit-ui-group_size_middle" + role="list" > <span aria-label="Bold" class="jodit-toolbar-button jodit-toolbar-button_size_middle jodit-toolbar-button_variant_initial jodit-toolbar-button_bold jodit-ui-group__bold" data-ref="bold" disabled="disabled" ref="bold" role="listitem" > <button + aria-label="Bold" aria-pressed="false" class="jodit-toolbar-button__button" disabled="disabled" role="button" tabindex="-1" @@ -67,10 +72,11 @@ disabled="disabled" ref="italic" role="listitem" > <button + aria-label="Italic" aria-pressed="false" class="jodit-toolbar-button__button" disabled="disabled" role="button" tabindex="-1" @@ -103,10 +109,11 @@ disabled="disabled" ref="underline" role="listitem" > <button + aria-label="Underline" aria-pressed="false" class="jodit-toolbar-button__button" disabled="disabled" role="button" tabindex="-1" @@ -139,10 +146,11 @@ disabled="disabled" ref="strikethrough" role="listitem" > <button + aria-label="Strike through" aria-pressed="false" class="jodit-toolbar-button__button" disabled="disabled" role="button" tabindex="-1" @@ -175,10 +183,11 @@ disabled="disabled" ref="eraser" role="listitem" > <button + aria-label="Clear Formatting" aria-pressed="false" class="jodit-toolbar-button__button" disabled="disabled" role="button" tabindex="-1" @@ -205,20 +214,22 @@ </button> </span> </div> <div class="jodit-ui-group jodit-ui-group_separated_true jodit-ui-group_group_list jodit-ui-group_before-spacer_true jodit-ui-group_size_middle" + role="list" > <span aria-label="Insert Unordered List" class="jodit-toolbar-button jodit-toolbar-button_size_middle jodit-toolbar-button_variant_initial jodit-toolbar-button_ul jodit-toolbar-button_with-trigger_true jodit-ui-group__ul" data-ref="ul" disabled="disabled" ref="ul" role="listitem" > <button + aria-label="Insert
tests/smoke.test.tsx > Smoke Test > should render without crashing: tests/smoke.test.tsx#L15
Error: Snapshot `Smoke Test > should render without crashing 1` mismatched - Expected + Received @@ -10,30 +10,35 @@ <div class="jodit-toolbar__box" > <div class="jodit-toolbar-editor-collection jodit-toolbar-editor-collection_mode_horizontal jodit-toolbar-editor-collection_size_middle" + role="toolbar" > <input disabled="true" + name="jodit-toolbar-focus-helper_1781285475422" style="width: 0; height:0; position: absolute; visibility: hidden;" tab-index="-1" /> <div class="jodit-ui-group jodit-ui-group_line_true jodit-ui-group_size_middle" + role="group" > <div class="jodit-ui-group jodit-ui-group_separated_true jodit-ui-group_group_font-style jodit-ui-group_size_middle" + role="list" > <span aria-label="Bold" class="jodit-toolbar-button jodit-toolbar-button_size_middle jodit-toolbar-button_variant_initial jodit-toolbar-button_bold jodit-ui-group__bold" data-ref="bold" ref="bold" role="listitem" > <button + aria-label="Bold" aria-pressed="false" class="jodit-toolbar-button__button" role="button" tabindex="-1" type="button" @@ -64,10 +69,11 @@ data-ref="italic" ref="italic" role="listitem" > <button + aria-label="Italic" aria-pressed="false" class="jodit-toolbar-button__button" role="button" tabindex="-1" type="button" @@ -98,10 +104,11 @@ data-ref="underline" ref="underline" role="listitem" > <button + aria-label="Underline" aria-pressed="false" class="jodit-toolbar-button__button" role="button" tabindex="-1" type="button" @@ -132,10 +139,11 @@ data-ref="strikethrough" ref="strikethrough" role="listitem" > <button + aria-label="Strike through" aria-pressed="false" class="jodit-toolbar-button__button" role="button" tabindex="-1" type="button" @@ -166,10 +174,11 @@ data-ref="eraser" ref="eraser" role="listitem" > <button + aria-label="Clear Formatting" aria-pressed="false" class="jodit-toolbar-button__button" role="button" tabindex="-1" type="button" @@ -195,19 +204,21 @@ </button> </span> </div> <div class="jodit-ui-group jodit-ui-group_separated_true jodit-ui-group_group_list jodit-ui-group_before-spacer_true jodit-ui-group_size_middle" + role="list" > <span aria-label="Insert Unordered List" class="jodit-toolbar-button jodit-toolbar-button_size_middle jodit-toolbar-button_variant_initial jodit-toolbar-button_ul jodit-toolbar-button_with-trigger_true jodit-ui-group__ul" data-ref="ul" ref="ul" role="listitem" > <button + aria-label="Insert Unordered List" aria-pressed="false" class="jodit-toolbar-button__button"
Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/