mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
[cli] Fix failing tests after Node 18 default change (#8950)
This commit is contained in:
@@ -949,7 +949,6 @@ describe('build', () => {
|
||||
);
|
||||
expect(vcConfig).toMatchObject({
|
||||
handler: 'api/memory.js',
|
||||
runtime: 'nodejs16.x',
|
||||
memory: 128,
|
||||
environment: {},
|
||||
launcherType: 'Nodejs',
|
||||
|
||||
Reference in New Issue
Block a user