refactor: remove Bun artifacts and convert remaining Bun APIs #4665
ci.yml
on: pull_request
Detect Changes
8s
Matrix: build-binary
Matrix: build-npm
Publish Nightly to GHCR
CI Status
2s
Annotations
8 errors and 5 warnings
|
Lint & Typecheck
Process completed with exit code 1.
|
|
Unit Tests
Process completed with exit code 1.
|
|
test/lib/db/concurrent.test.ts > concurrent database access > handles contention without SQLITE_BUSY errors:
test/lib/db/concurrent.test.ts#L204
AssertionError: expected [ { workerId: '0', …(3) }, …(9) ] to have a length of +0 but got 10
- Expected
+ Received
- 0
+ 10
❯ test/lib/db/concurrent.test.ts:204:22
|
|
test/lib/db/concurrent.test.ts > concurrent database access > mixed read/write operations from multiple processes succeed:
test/lib/db/concurrent.test.ts#L171
AssertionError: expected [ { workerId: '0', …(3) }, …(4) ] to have a length of +0 but got 5
- Expected
+ Received
- 0
+ 5
❯ test/lib/db/concurrent.test.ts:171:47
|
|
test/lib/db/concurrent.test.ts > concurrent database access > multiple processes can write project cache entries simultaneously:
test/lib/db/concurrent.test.ts#L149
AssertionError: expected [ { workerId: '0', …(3) }, …(4) ] to have a length of +0 but got 5
- Expected
+ Received
- 0
+ 5
❯ test/lib/db/concurrent.test.ts:149:47
|
|
test/lib/db/concurrent.test.ts > concurrent database access > multiple processes can write DSN cache entries simultaneously:
test/lib/db/concurrent.test.ts#L126
AssertionError: expected [ { workerId: '0', …(3) }, …(4) ] to have a length of +0 but got 5
- Expected
+ Received
- 0
+ 5
❯ test/lib/db/concurrent.test.ts:126:47
|
|
CI Status
Process completed with exit code 1.
|
|
CI Status
CI failed - upstream job failed causing test-e2e to be skipped
|
|
Validate generated files
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@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/
|
|
Validate generated files
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
Validate generated files
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
|
|
Lint & Typecheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@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/
|
|
Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@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/
|