From ce85dcb7489c3f34f6b64eecf3c79dd8408191ba Mon Sep 17 00:00:00 2001 From: chadcarlson Date: Wed, 26 Jun 2024 15:54:58 -0400 Subject: [PATCH] Update infrastructure. --- .upsun/config.yaml | 2 ++ apps/nodejs/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.upsun/config.yaml b/.upsun/config.yaml index 1fd7322..c2044d6 100644 --- a/.upsun/config.yaml +++ b/.upsun/config.yaml @@ -6,6 +6,7 @@ applications: stack: - nodejs@22 - nodePackages.npm + - python@3.12 hooks: build: | set -e @@ -39,6 +40,7 @@ applications: stack: - nodejs@22 - nodePackages.npm + - php@8.3 hooks: build: | set -e diff --git a/apps/nodejs/package.json b/apps/nodejs/package.json index 5e62cc4..3bdddee 100644 --- a/apps/nodejs/package.json +++ b/apps/nodejs/package.json @@ -24,6 +24,6 @@ "typescript": "^5.4.5" }, "engines": { - "node": ">=22" + "node": ">=20" } }