@naturalcycles/backend-lib 3.3.0 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,7 +7,7 @@ const colors_1 = require("@naturalcycles/nodejs-lib/dist/colors");
|
|
|
7
7
|
const time_lib_1 = require("@naturalcycles/time-lib");
|
|
8
8
|
const yaml = require("js-yaml");
|
|
9
9
|
const APP_YAML_DEFAULT = () => ({
|
|
10
|
-
runtime: '
|
|
10
|
+
runtime: 'nodejs16',
|
|
11
11
|
service: 'default',
|
|
12
12
|
inbound_services: ['warmup'],
|
|
13
13
|
instance_class: 'F1',
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@ import { BackendCfg } from './backend.cfg.util'
|
|
|
8
8
|
import { AppYaml, DeployInfo } from './deploy.model'
|
|
9
9
|
|
|
10
10
|
const APP_YAML_DEFAULT = (): AppYaml => ({
|
|
11
|
-
runtime: '
|
|
11
|
+
runtime: 'nodejs16',
|
|
12
12
|
service: 'default',
|
|
13
13
|
inbound_services: ['warmup'],
|
|
14
14
|
instance_class: 'F1',
|