build: reland bump Node.js to v22.9.0 (#44597)
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
0fd16dc9e2
commit
946ab5f1d7
76 changed files with 1465 additions and 3997 deletions
|
@ -510,7 +510,8 @@ describe('utilityProcess module', () => {
|
|||
expect(output).to.equal(result);
|
||||
});
|
||||
|
||||
it('does not inherit parent env when custom env is provided', async () => {
|
||||
// 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 () => {
|
||||
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