update to latest deps #73
validate.yml
on: push
π§ͺ Test
4m 14s
π Deploy
3m 2s
Matrix: π§ Setup
Annotations
7 errors and 1 notice
π§ Setup (macos-latest)
Process completed with exit code 134.
|
π§ Setup (windows-latest)
The operation was canceled.
|
π§ Setup (windows-latest)
The strategy configuration was canceled because "setup.macos-latest" failed
|
π§ Setup (ubuntu-latest)
The operation was canceled.
|
π§ Setup (ubuntu-latest)
The strategy configuration was canceled because "setup.macos-latest" failed
|
π§ͺ Test
Process completed with exit code 1.
|
test/index.test.ts > OAuth integration flow works end-to-end:
exercises/05.scopes/02.solution.specify-scopes/test/index.test.ts#L115
TypeError: fetch failed
β― test/index.test.ts:115:38
{
stack: 'AggregateError: \n' +
' at internalConnectMultiple (node:net:1134:18)\n' +
' at afterConnectMultiple (node:net:1715:7)',
errors: [
{
stack: 'Error: connect ECONNREFUSED ::1:7788\n' +
' at createConnectionError (node:net:1678:14)\n' +
' at afterConnectMultiple (node:net:1708:16)',
message: 'connect ECONNREFUSED ::1:7788',
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 7788,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
},
{
stack: 'Error: connect ECONNREFUSED 127.0.0.1:7788\n' +
' at createConnectionError (node:net:1678:14)\n' +
' at afterConnectMultiple (node:net:1708:16)',
message: 'connect ECONNREFUSED 127.0.0.1:7788',
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 7788,
constructor: 'Function<Error>',
name: 'Error',
toString: 'Function<toString>'
}
],
code: 'ECONNREFUSED',
message: '',
constructor: 'Function<AggregateError>',
name: 'Caused by: Caused by: AggregateError',
toString: 'Function<toString>',
stacks: []
}
β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―
Serialized Error: { errors: [ { stack: 'Error: connect ECONNREFUSED ::1:7788\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED ::1:7788', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 7788, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:7788\n at createConnectionError (node:net:1678:14)\n at afterConnectMultiple (node:net:1708:16)', message: 'connect ECONNREFUSED 127.0.0.1:7788', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 7788, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], code: 'ECONNREFUSED' }
|
π§ Setup (windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|