Skip to content

Commit

Permalink
feat: runtime: nodejs22 by default (was: 20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Oct 29, 2024
1 parent c39bbe2 commit 0aea289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/deploy.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BackendCfg } from './backend.cfg.util'
import { AppYaml, DeployInfo } from './deploy.model'

const APP_YAML_DEFAULT = (): AppYaml => ({
runtime: 'nodejs20',
runtime: 'nodejs22',
service: 'default',
inbound_services: ['warmup'],
instance_class: 'F1',
Expand Down

0 comments on commit 0aea289

Please sign in to comment.