Skip to content

fix(deps): update npm to v4 - - package.json (major) #8727

fix(deps): update npm to v4 - - package.json (major)

fix(deps): update npm to v4 - - package.json (major) #8727

Triggered via pull request March 11, 2026 19:33
Status Failure
Total duration 15m 48s
Artifacts

ci.yml

on: pull_request
Matrix: build-ubuntu
build result
4s
build result
Fit to window
Zoom out
Zoom in

Annotations

101 errors and 10 warnings
test/testProxyRoute.test.ts > proxy express application > should create the default repo if it does not exist: src/proxy/index.ts#L103
Error: listen EADDRINUSE: address already in use :::8000 ❯ src/proxy/index.ts:103:14 ❯ Proxy.start src/proxy/index.ts:100:11 ❯ test/testProxyRoute.test.ts:255:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -4091, syscall: 'listen', address: '::', port: 8000 }
test/testProxy.test.ts > Proxy > stop() > should stop without errors: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:240:19
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:227:19
test/testProxy.test.ts > Proxy > start() > should set up express app after starting: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:208:19
test/testProxy.test.ts > Proxy > start() > should start the HTTP server: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:199:19
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when paths are not provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:173:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when TLS is disabled: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:161:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should read TLS key and cert files when TLS is enabled and paths are provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:148:25
test/ConfigLoader.test.ts: test/ConfigLoader.test.ts#L556
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead. ❯ test/ConfigLoader.test.ts:556:5
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:103:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -4091, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
test/testProxy.test.ts > Proxy > stop() > should stop without errors: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:240:19
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:227:19
test/testProxy.test.ts > Proxy > start() > should set up express app after starting: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:208:19
test/testProxy.test.ts > Proxy > start() > should start the HTTP server: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:199:19
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when paths are not provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:173:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when TLS is disabled: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:161:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should read TLS key and cert files when TLS is enabled and paths are provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:148:25
test/ConfigLoader.test.ts: test/ConfigLoader.test.ts#L556
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead. ❯ test/ConfigLoader.test.ts:556:5
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:447:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:103:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
test/testProxy.test.ts > Proxy > stop() > should stop without errors: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:240:19
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:227:19
test/testProxy.test.ts > Proxy > start() > should set up express app after starting: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:208:19
test/testProxy.test.ts > Proxy > start() > should start the HTTP server: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:199:19
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when paths are not provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:173:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when TLS is disabled: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:161:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should read TLS key and cert files when TLS is enabled and paths are provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:148:25
test/ConfigLoader.test.ts: test/ConfigLoader.test.ts#L556
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead. ❯ test/ConfigLoader.test.ts:556:5
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:447:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:103:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
test/testProxy.test.ts > Proxy > stop() > should stop without errors: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:240:19
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:227:19
test/testProxy.test.ts > Proxy > start() > should set up express app after starting: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:208:19
test/testProxy.test.ts > Proxy > start() > should start the HTTP server: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:199:19
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when paths are not provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:173:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when TLS is disabled: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:161:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should read TLS key and cert files when TLS is enabled and paths are provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:148:25
test/ConfigLoader.test.ts: test/ConfigLoader.test.ts#L556
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead. ❯ test/ConfigLoader.test.ts:556:5
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:447:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:103:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:227:19
test/testProxy.test.ts > Proxy > start() > should set up express app after starting: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:208:19
test/testProxy.test.ts > Proxy > start() > should start the HTTP server: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:199:19
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when paths are not provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:173:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when TLS is disabled: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:161:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should read TLS key and cert files when TLS is enabled and paths are provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:148:25
test/ConfigLoader.test.ts: test/ConfigLoader.test.ts#L556
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead. ❯ test/ConfigLoader.test.ts:556:5
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testLogin.test.ts:45:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testLogin.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:447:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:103:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:227:19
test/testProxy.test.ts > Proxy > start() > should set up express app after starting: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:208:19
test/testProxy.test.ts > Proxy > start() > should start the HTTP server: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:199:19
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when paths are not provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:173:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when TLS is disabled: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:161:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should read TLS key and cert files when TLS is enabled and paths are provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:148:25
test/ConfigLoader.test.ts: test/ConfigLoader.test.ts#L556
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead. ❯ test/ConfigLoader.test.ts:556:5
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testLogin.test.ts:45:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testLogin.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:447:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:103:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
test/testProxy.test.ts > Proxy > stop() > should stop without errors: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:240:19
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:227:19
test/testProxy.test.ts > Proxy > start() > should set up express app after starting: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:208:19
test/testProxy.test.ts > Proxy > start() > should start the HTTP server: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:199:19
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when paths are not provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:173:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when TLS is disabled: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:161:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should read TLS key and cert files when TLS is enabled and paths are provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:148:25
test/ConfigLoader.test.ts: test/ConfigLoader.test.ts#L556
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead. ❯ test/ConfigLoader.test.ts:556:5
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:447:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:103:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:227:19
test/testProxy.test.ts > Proxy > start() > should set up express app after starting: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:208:19
test/testProxy.test.ts > Proxy > start() > should start the HTTP server: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:199:19
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when paths are not provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:173:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when TLS is disabled: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:161:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should read TLS key and cert files when TLS is enabled and paths are provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:148:25
test/ConfigLoader.test.ts: test/ConfigLoader.test.ts#L556
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead. ❯ test/ConfigLoader.test.ts:556:5
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testLogin.test.ts:45:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testLogin.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:447:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:103:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
test/testProxy.test.ts > Proxy > stop() > should stop without errors: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:240:19
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:227:19
test/testProxy.test.ts > Proxy > start() > should set up express app after starting: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:208:19
test/testProxy.test.ts > Proxy > start() > should start the HTTP server: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:199:19
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when paths are not provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:173:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when TLS is disabled: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:161:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should read TLS key and cert files when TLS is enabled and paths are provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:148:25
test/ConfigLoader.test.ts: test/ConfigLoader.test.ts#L556
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead. ❯ test/ConfigLoader.test.ts:556:5
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:447:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:103:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
test/testProxy.test.ts > Proxy > stop() > should stop without errors: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:240:19
test/testProxy.test.ts > Proxy > getExpressApp() > should return express app after start() is called: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:227:19
test/testProxy.test.ts > Proxy > start() > should set up express app after starting: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:208:19
test/testProxy.test.ts > Proxy > start() > should start the HTTP server: src/proxy/index.ts#L73
TypeError: () => value is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/testProxy.test.ts:199:19
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when paths are not provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:173:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should not read TLS files when TLS is disabled: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:161:25
test/proxy.test.ts > Proxy Module TLS Certificate Loading > TLS certificate file reading > should read TLS key and cert files when TLS is enabled and paths are provided: src/proxy/index.ts#L73
TypeError: () => mockPluginLoader is not a constructor ❯ Proxy.proxyPreparations src/proxy/index.ts:73:26 ❯ Proxy.start src/proxy/index.ts:98:16 ❯ test/proxy.test.ts:148:25
test/ConfigLoader.test.ts: test/ConfigLoader.test.ts#L556
TypeError: Signature "test(name, fn, { ... })" was deprecated in Vitest 3 and removed in Vitest 4. Please, provide options as a second argument instead. ❯ test/ConfigLoader.test.ts:556:5
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:447:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/service/index.ts#L190
Error: listen EADDRINUSE: address already in use :::8080 ❯ Object.start src/service/index.ts:190:15 ❯ test/testRepoApi.test.ts:103:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 8080 } This error originated in "test/testRepoApi.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
build result
Process completed with exit code 1.
build-windows
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build-ubuntu (20.x, 8.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build-ubuntu (20.x, 7.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build-ubuntu (20.x, 6.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build-ubuntu (24.x, 6.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build-ubuntu (24.x, 7.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build-ubuntu (24.x, 8.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build-ubuntu (22.x, 8.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build-ubuntu (22.x, 7.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
build-ubuntu (22.x, 6.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/