Add Bun runtime support #1725
integration-tests.yml
on: pull_request
Generate Node Version Matrix
5s
Build Harper (Windows, Node.js v22)
1m 59s
Matrix: build
Matrix: run-integration-tests-windows
Integration API Tests (Bun)
0s
Matrix: run-integration-tests-bun
Matrix: run-integration-apiTests
Matrix: run-integration-tests
Annotations
41 errors and 5 notices
|
Build Harper (Node.js v22):
dataLayer/harperBridge/ResourceBridge.ts#L54
Property 'searchByConditions' in type 'ResourceBridge' is not assignable to the same property in base type 'BridgeMethods'.
|
|
Build Harper (Node.js v22):
components/componentLoader.ts#L116
Property 'operationsApi' does not exist on type '{ REST: typeof import("/home/runner/work/harper/harper/server/REST"); rest: typeof import("/home/runner/work/harper/harper/server/REST"); graphql: typeof import("/home/runner/work/harper/harper/server/graphqlQuerying"); ... 12 more ...; dataLoader: typeof import("/home/runner/work/harper/harper/resources/dataLoader"...'.
|
|
Build Harper (Node.js v22):
components/componentLoader.ts#L91
Exported variable 'TRUSTED_RESOURCE_PLUGINS' has or is using name 'AuthAuditLog' from external module "/home/runner/work/harper/harper/utility/logging/harper_logger" but cannot be named.
|
|
Build Harper (Node.js v22):
components/ComponentV1.ts#L101
Cannot assign to 'urlPath' because it is a read-only property.
|
|
Build Harper (Node.js v22):
components/Application.ts#L137
No overload matches this call.
|
|
Build Harper (Node.js v22):
bin/copyDb.ts#L200
Property 'encoder' does not exist on type 'Database<any, Key>'.
|
|
Build Harper (Node.js v22):
bin/copyDb.ts#L199
Argument of type 'OpenDBIObject' is not assignable to parameter of type 'DatabaseOptions'.
|
|
Build Harper (Node.js v22):
bin/copyDb.ts#L198
Property 'compression' does not exist on type 'OpenDBIObject'.
|
|
Build Harper (Node.js v22):
bin/copyDb.ts#L192
Property 'compression' does not exist on type 'OpenDBIObject'.
|
|
Build Harper (Node.js v22):
bin/copyDb.ts#L166
Argument of type 'string' is not assignable to parameter of type 'DatabaseOptions & { name: string; }'.
|
|
Build Harper (Node.js v24):
dataLayer/harperBridge/ResourceBridge.ts#L54
Property 'searchByConditions' in type 'ResourceBridge' is not assignable to the same property in base type 'BridgeMethods'.
|
|
Build Harper (Node.js v24):
components/componentLoader.ts#L116
Property 'operationsApi' does not exist on type '{ REST: typeof import("/home/runner/work/harper/harper/server/REST"); rest: typeof import("/home/runner/work/harper/harper/server/REST"); graphql: typeof import("/home/runner/work/harper/harper/server/graphqlQuerying"); ... 12 more ...; dataLoader: typeof import("/home/runner/work/harper/harper/resources/dataLoader"...'.
|
|
Build Harper (Node.js v24):
components/componentLoader.ts#L91
Exported variable 'TRUSTED_RESOURCE_PLUGINS' has or is using name 'AuthAuditLog' from external module "/home/runner/work/harper/harper/utility/logging/harper_logger" but cannot be named.
|
|
Build Harper (Node.js v24):
components/ComponentV1.ts#L101
Cannot assign to 'urlPath' because it is a read-only property.
|
|
Build Harper (Node.js v24):
components/Application.ts#L137
No overload matches this call.
|
|
Build Harper (Node.js v24):
bin/copyDb.ts#L200
Property 'encoder' does not exist on type 'Database<any, Key>'.
|
|
Build Harper (Node.js v24):
bin/copyDb.ts#L199
Argument of type 'OpenDBIObject' is not assignable to parameter of type 'DatabaseOptions'.
|
|
Build Harper (Node.js v24):
bin/copyDb.ts#L198
Property 'compression' does not exist on type 'OpenDBIObject'.
|
|
Build Harper (Node.js v24):
bin/copyDb.ts#L192
Property 'compression' does not exist on type 'OpenDBIObject'.
|
|
Build Harper (Node.js v24):
bin/copyDb.ts#L166
Argument of type 'string' is not assignable to parameter of type 'DatabaseOptions & { name: string; }'.
|
|
Build Harper (Node.js v20):
dataLayer/harperBridge/ResourceBridge.ts#L54
Property 'searchByConditions' in type 'ResourceBridge' is not assignable to the same property in base type 'BridgeMethods'.
|
|
Build Harper (Node.js v20):
components/componentLoader.ts#L116
Property 'operationsApi' does not exist on type '{ REST: typeof import("/home/runner/work/harper/harper/server/REST"); rest: typeof import("/home/runner/work/harper/harper/server/REST"); graphql: typeof import("/home/runner/work/harper/harper/server/graphqlQuerying"); ... 12 more ...; dataLoader: typeof import("/home/runner/work/harper/harper/resources/dataLoader"...'.
|
|
Build Harper (Node.js v20):
components/componentLoader.ts#L91
Exported variable 'TRUSTED_RESOURCE_PLUGINS' has or is using name 'AuthAuditLog' from external module "/home/runner/work/harper/harper/utility/logging/harper_logger" but cannot be named.
|
|
Build Harper (Node.js v20):
components/ComponentV1.ts#L101
Cannot assign to 'urlPath' because it is a read-only property.
|
|
Build Harper (Node.js v20):
components/Application.ts#L137
No overload matches this call.
|
|
Build Harper (Node.js v20):
bin/copyDb.ts#L200
Property 'encoder' does not exist on type 'Database<any, Key>'.
|
|
Build Harper (Node.js v20):
bin/copyDb.ts#L199
Argument of type 'OpenDBIObject' is not assignable to parameter of type 'DatabaseOptions'.
|
|
Build Harper (Node.js v20):
bin/copyDb.ts#L198
Property 'compression' does not exist on type 'OpenDBIObject'.
|
|
Build Harper (Node.js v20):
bin/copyDb.ts#L192
Property 'compression' does not exist on type 'OpenDBIObject'.
|
|
Build Harper (Node.js v20):
bin/copyDb.ts#L166
Argument of type 'string' is not assignable to parameter of type 'DatabaseOptions & { name: string; }'.
|
|
Build Harper (Windows, Node.js v22):
dataLayer/harperBridge/ResourceBridge.ts#L54
Property 'searchByConditions' in type 'ResourceBridge' is not assignable to the same property in base type 'BridgeMethods'.
|
|
Build Harper (Windows, Node.js v22):
components/ComponentV1.ts#L101
Cannot assign to 'urlPath' because it is a read-only property.
|
|
Build Harper (Windows, Node.js v22):
components/componentLoader.ts#L116
Property 'operationsApi' does not exist on type '{ REST: typeof import("D:/a/harper/harper/server/REST"); rest: typeof import("D:/a/harper/harper/server/REST"); graphql: typeof import("D:/a/harper/harper/server/graphqlQuerying"); graphqlSchema: typeof import("D:/a/harper/harper/resources/graphql"); ... 11 more ...; dataLoader: typeof import("D:/a/harper/harper/res...'.
|
|
Build Harper (Windows, Node.js v22):
components/componentLoader.ts#L91
Exported variable 'TRUSTED_RESOURCE_PLUGINS' has or is using name 'AuthAuditLog' from external module "D:/a/harper/harper/utility/logging/harper_logger" but cannot be named.
|
|
Build Harper (Windows, Node.js v22):
components/Application.ts#L137
No overload matches this call.
|
|
Build Harper (Windows, Node.js v22):
bin/copyDb.ts#L200
Property 'encoder' does not exist on type 'Database<any, Key>'.
|
|
Build Harper (Windows, Node.js v22):
bin/copyDb.ts#L199
Argument of type 'OpenDBIObject' is not assignable to parameter of type 'DatabaseOptions'.
|
|
Build Harper (Windows, Node.js v22):
bin/copyDb.ts#L198
Property 'compression' does not exist on type 'OpenDBIObject'.
|
|
Build Harper (Windows, Node.js v22):
bin/copyDb.ts#L192
Property 'compression' does not exist on type 'OpenDBIObject'.
|
|
Build Harper (Windows, Node.js v22):
bin/copyDb.ts#L166
Argument of type 'string' is not assignable to parameter of type 'DatabaseOptions & { name: string; }'.
|
|
Integration Tests 2/4 (Windows, Node.js v22)
Process completed with exit code 1.
|
|
Build Harper (Windows, Node.js v22)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|
|
Integration Tests 3/4 (Windows, Node.js v22)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|
|
Integration Tests 4/4 (Windows, Node.js v22)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|
|
Integration Tests 1/4 (Windows, Node.js v22)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|
|
Integration Tests 2/4 (Windows, Node.js v22)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
harper-build-artifacts-node-20
Expired
|
115 MB |
sha256:a2cf95e0227a0ece651345c8dd9f801ac46db7f6a6f5627eb669ee65521506b1
|
|
|
harper-build-artifacts-node-22
Expired
|
115 MB |
sha256:fe6f3c924152b84efbd0a175fbbedbdaa3e4334dcc2e966dce62670d5250f23d
|
|
|
harper-build-artifacts-node-24
Expired
|
115 MB |
sha256:e30e6c807930278793fab4ac73cb0284f205de146c6dab8ac34f4fa44a5312c6
|
|
|
harper-build-artifacts-windows
Expired
|
85.7 MB |
sha256:036df8d1d6e6bade4030fcc4c751fda96d333ef5886b35332e41f6667c02d6f2
|
|
|
harper-server-logs-windows-shard-2
Expired
|
17.7 KB |
sha256:cf90725acdf3c6ee38576313a449548cdcec277ba56c6829efe695fb3e978098
|
|