fix: properly find Node.js on GitHub Actions CI #143
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
tests/browser/chrome.spec.ts > browser/chrome > parses chunked native messaging input without dropping the frame header:
tests/browser/chrome.spec.ts#L240
Error: Host script exited with code 1. Stderr: node:events:502
throw er; // Unhandled 'error' event
^
Error: spawn /usr/local/bin/node ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:285:19)
at onErrorNT (node:internal/child_process:483:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on ChildProcess instance at:
at ChildProcess._handle.onexit (node:internal/child_process:291:12)
at onErrorNT (node:internal/child_process:483:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn /usr/local/bin/node',
path: '/usr/local/bin/node',
spawnargs: [
'/tmp/autohand-host-chunks-1776830558518/fake-cli.js',
'--mode',
'rpc'
]
}
Node.js v20.20.2
❯ tests/browser/chrome.spec.ts:240:13
|