From 5e130c746defb95dcc8542f804f4945831dd3858 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Mon, 13 Jan 2025 12:29:20 -0800 Subject: [PATCH] Update default node runtime 18 -> 22 --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index 372fcfb..50dc090 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -28,5 +28,5 @@ module.exports = { appConfigFile: 'app.config.yaml', runtimeManifestKey: 'runtimeManifest', nodeEngines: '>=18', - defaultRuntimeKind: 'nodejs:18' + defaultRuntimeKind: 'nodejs:22' }