Adopt Fetch API's Headers interface
#2675
Annotations
4 errors and 3 warnings
|
website_tests
Canceling since a higher priority waiting request for htmx 4 CI-refs/pull/3885/merge exists
|
|
website_tests
The operation was canceled.
|
|
tests/e2e/search-interaction.ts:93:5 › Search interaction › modal closes after pressing Enter:
www/tests/e2e/search-interaction.ts#L99
1) tests/e2e/search-interaction.ts:93:5 › Search interaction › modal closes after pressing Enter ─
Error: page.waitForURL: Test timeout of 10000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
97 | await page.keyboard.press('Enter');
98 |
> 99 | await page.waitForURL(/hx-get/, { timeout: 15000 });
| ^
100 | await expect(page.locator('dialog#search-modal')).not.toBeVisible();
101 | });
102 |
at /home/runner/work/htmx/htmx/www/tests/e2e/search-interaction.ts:99:20
|
|
htmx 4 CI
Canceling since a higher priority waiting request for htmx 4 CI-refs/pull/3885/merge exists
|
|
web_types
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
htmx_tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
website_tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|