Skip to content

Commit a86637e

Browse files
authored
Update invokeLambda.test.ts to use nodejs24.x
1 parent bacfc94 commit a86637e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/lambda/vue/remoteInvoke/invokeLambda.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ describe('RemoteInvokeWebview', () => {
853853
CodeSha256: 'abc123',
854854
},
855855
} as any
856-
data.Runtime = 'nodejs18.x'
856+
data.Runtime = 'nodejs24.x'
857857

858858
getLambdaHandlerFileStub.resolves(vscode.Uri.file(handlerPath))
859859
fsExistsStub.resolves(true)

0 commit comments

Comments
 (0)