build: revert bump Node.js to v22.9.0 (#44596)
* Revert "chore: bump Node.js to v22.9.0 (#44281)"
This reverts commit c63d0d61e7
.
* chore: update patches
This commit is contained in:
parent
4b57a8fb1a
commit
f9a04012b9
74 changed files with 3997 additions and 1439 deletions
|
@ -510,8 +510,7 @@ describe('utilityProcess module', () => {
|
|||
expect(output).to.equal(result);
|
||||
});
|
||||
|
||||
// TODO(codebytere): figure out why this is failing in ASAN- builds on Linux.
|
||||
ifit(!process.env.IS_ASAN)('does not inherit parent env when custom env is provided', async () => {
|
||||
it('does not inherit parent env when custom env is provided', async () => {
|
||||
const appProcess = childProcess.spawn(process.execPath, [path.join(fixturesPath, 'env-app'), '--create-custom-env'], {
|
||||
env: {
|
||||
FROM: 'parent',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue