1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Fixed env name

This commit is contained in:
Eldad Fux 2021-01-19 07:19:34 +02:00
parent 9a9c994c94
commit e28b736667

View file

@ -508,7 +508,7 @@ class FunctionsCustomServerTest extends Scope
[
'language' => 'Node.js',
'version' => '14.5',
'name' => 'node-14',
'name' => 'node-14.5',
'code' => $functions.'/node.tar.gz',
'command' => 'node index.js',
'timeout' => 15,