fix blog:check by adding node types to tsconfig (#334) #520
Annotations
4 errors and 1 warning
|
tests
Process completed with exit code 1.
|
|
docs/tests/docs.spec.ts > docs site > search works after turbo navigation:
docs/tests/docs.spec.ts#L104
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3055/
Call log:
- navigating to "http://localhost:3055/", waiting until "load"
❯ docs/tests/docs.spec.ts:104:16
|
|
docs/tests/docs.spec.ts > docs site > search modal opens and can navigate to pages:
docs/tests/docs.spec.ts#L72
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3055/
Call log:
- navigating to "http://localhost:3055/", waiting until "load"
❯ docs/tests/docs.spec.ts:72:16
|
|
docs/tests/docs.spec.ts > docs site > pwa-manifest.json is valid JSON:
docs/tests/docs.spec.ts#L63
TypeError: fetch failed
❯ docs/tests/docs.spec.ts:63:17
{
stack: 'AggregateError: \n' +
' at internalConnectMultiple (node:net:1122:18)\n' +
' at afterConnectMultiple (node:net:1689:7)\n' +
' at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)',
errors: [
{
stack: 'Error: connect ECONNREFUSED ::1:3055\n' +
' at createConnectionError (node:net:1652:14)\n' +
' at afterConnectMultiple (node:net:1682:16)\n' +
' at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)',
message: 'connect ECONNREFUSED ::1:3055',
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 3055,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
},
{
stack: 'Error: connect ECONNREFUSED 127.0.0.1:3055\n' +
' at createConnectionError (node:net:1652:14)\n' +
' at afterConnectMultiple (node:net:1682:16)\n' +
' at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)',
message: 'connect ECONNREFUSED 127.0.0.1:3055',
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 3055,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
}
],
code: 'ECONNREFUSED',
constructor: 'Function<AggregateError>',
name: 'Caused by: Caused by: AggregateError',
message: '',
toString: 'Function<toString>',
stacks: []
}
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:3055\n at createConnectionError (node:net:1652:14)\n at afterConnectMultiple (node:net:1682:16)\n at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)', message: 'connect ECONNREFUSED ::1:3055', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 3055, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:3055\n at createConnectionError (node:net:1652:14)\n at afterConnectMultiple (node:net:1682:16)\n at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)', message: 'connect ECONNREFUSED 127.0.0.1:3055', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 3055, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
|
|
tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-node@v4. 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/
|