Bump actions/cache from 4 to 5 #167
Open
Annotations
1 error, 3 warnings, and 1 notice
|
Run the frontend tests:
src/tests/frontend-new/specs/list_wrap_indent.spec.ts#L22
1) [chromium] › tests/frontend-new/specs/list_wrap_indent.spec.ts:10:7 › numbered list wrapped line indentation › wrapped lines in a numbered list item are indented
Error: locator.selectText: Element is not attached to the DOM
Call log:
- attempting selectText action
- waiting for element to be visible
20 | // Make it an ordered list
21 | const $insertorderedlistButton = page.locator('.buttonicon-insertorderedlist');
> 22 | await padBody.locator('div').first().selectText();
| ^
23 | await $insertorderedlistButton.first().click();
24 |
25 | // Verify the list item has padding-left applied (not text-indent)
at /home/runner/work/ep_table_of_contents/ep_table_of_contents/src/tests/frontend-new/specs/list_wrap_indent.spec.ts:22:42
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Determine plugin name
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
export GIT_HASH to env
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Run the frontend tests
1 flaky
[chromium] › tests/frontend-new/specs/list_wrap_indent.spec.ts:10:7 › numbered list wrapped line indentation › wrapped lines in a numbered list item are indented
114 passed (1.2m)
|
Loading