Public Release #39
Annotations
2 errors and 1 warning
|
release
Process completed with exit code 1.
|
|
tests/system-chrome-cookies.test.ts > loadSystemChromeCookies > returns direct sqlite cookies from the public bootstrap path without staging:
tests/system-chrome-cookies.test.ts#L416
AssertionError: expected [] to deeply equal [ { …(8) } ]
- Expected
+ Received
- [
- {
- "domain": ".github.qkg1.top",
- "expires": Any<Number>,
- "httpOnly": true,
- "name": "direct_public_cookie",
- "path": "/",
- "sameSite": "None",
- "secure": true,
- "value": "direct-public-value",
- },
- ]
+ []
❯ tests/system-chrome-cookies.test.ts:416:28
|
|
release
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, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|