Bump to v1.2.0 #101
ci.yml
on: push
Run CI Pipeline
/
...
/
Run Lint Check
18s
Run CI Pipeline
/
...
/
Run Type Check
23s
Matrix: Run CI Pipeline / 🧪 Test Matrix / test-matrix
Annotations
15 errors
|
Run CI Pipeline / 🧪 Test Matrix / Test Node 22 on windows-latest
Process completed with exit code 1.
|
|
test/spawn.test.ts > spawn > spawnSync > should handle shell as string path:
test/spawn.test.ts#L422
AssertionError: expected null to be +0 // Object.is equality
- Expected:
0
+ Received:
null
❯ test/spawn.test.ts:422:29
|
|
test/path.test.ts > path utilities > relativeResolve > Windows paths > should be case-insensitive on Windows:
test/path.test.ts#L734
AssertionError: expected '../../foo/baz' to be '../baz' // Object.is equality
Expected: "../baz"
Received: "../../foo/baz"
❯ test/path.test.ts:734:26
|
|
test/path.test.ts > path utilities > pathLikeToString > URL input > should handle Windows file URLs:
test/path.test.ts#L523
AssertionError: expected 'C:\Windows' to match /^C:\//
- Expected:
/^C:\//
+ Received:
"C:\\Windows"
❯ test/path.test.ts:523:67
|
|
test/agent.test.ts > agent > Integration tests (using real spawn) > execNpm argument transformation > should have a function that returns a promise:
test/agent.test.ts#L475
Error: spawn EINVAL
❯ promiseSpawn dist/external/@npmcli/promise-spawn.js:5:5186
❯ spawn src/spawn.ts:633:24
❯ execNpm src/agent.ts:112:10
❯ test/agent.test.ts:475:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -4071, code: 'EINVAL', syscall: 'spawn' }
|
|
Run CI Pipeline / 🧪 Test Matrix / Test Node 24 on windows-latest
Process completed with exit code 1.
|
|
test/spawn.test.ts > spawn > spawnSync > should handle shell as string path:
test/spawn.test.ts#L422
AssertionError: expected null to be +0 // Object.is equality
- Expected:
0
+ Received:
null
❯ test/spawn.test.ts:422:29
|
|
test/path.test.ts > path utilities > relativeResolve > Windows paths > should be case-insensitive on Windows:
test/path.test.ts#L734
AssertionError: expected '../../foo/baz' to be '../baz' // Object.is equality
Expected: "../baz"
Received: "../../foo/baz"
❯ test/path.test.ts:734:26
|
|
test/path.test.ts > path utilities > pathLikeToString > URL input > should handle Windows file URLs:
test/path.test.ts#L523
AssertionError: expected 'C:\Windows' to match /^C:\//
- Expected:
/^C:\//
+ Received:
"C:\\Windows"
❯ test/path.test.ts:523:67
|
|
test/agent.test.ts > agent > Integration tests (using real spawn) > execNpm argument transformation > should have a function that returns a promise:
test/agent.test.ts#L475
Error: spawn EINVAL
❯ promiseSpawn dist/external/@npmcli/promise-spawn.js:5:5186
❯ spawn src/spawn.ts:633:24
❯ execNpm src/agent.ts:112:10
❯ test/agent.test.ts:475:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -4071, code: 'EINVAL', syscall: 'spawn' }
|
|
Run CI Pipeline / 🧪 Test Matrix / Test Node 20 on windows-latest
Process completed with exit code 1.
|
|
test/spawn.test.ts > spawn > spawnSync > should handle shell as string path:
test/spawn.test.ts#L422
AssertionError: expected null to be +0 // Object.is equality
- Expected:
0
+ Received:
null
❯ test/spawn.test.ts:422:29
|
|
test/path.test.ts > path utilities > relativeResolve > Windows paths > should be case-insensitive on Windows:
test/path.test.ts#L734
AssertionError: expected '../../foo/baz' to be '../baz' // Object.is equality
Expected: "../baz"
Received: "../../foo/baz"
❯ test/path.test.ts:734:26
|
|
test/path.test.ts > path utilities > pathLikeToString > URL input > should handle Windows file URLs:
test/path.test.ts#L523
AssertionError: expected 'C:\Windows' to match /^C:\//
- Expected:
/^C:\//
+ Received:
"C:\\Windows"
❯ test/path.test.ts:523:67
|
|
test/agent.test.ts > agent > Integration tests (using real spawn) > execNpm argument transformation > should have a function that returns a promise:
test/agent.test.ts#L475
Error: spawn EINVAL
❯ promiseSpawn dist/external/@npmcli/promise-spawn.js:5:5186
❯ spawn src/spawn.ts:633:24
❯ execNpm src/agent.ts:112:10
❯ test/agent.test.ts:475:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -4071, code: 'EINVAL', syscall: 'spawn' }
|