Skip to content

Commit 1cd9920

Browse files
IBX-2003: Bumped Node version to 16 (#41)
* Bumped Node version to 16 * Changed node to version 14 for php 7.3 Co-authored-by: katarzynazawada <>
1 parent dc83969 commit 1cd9920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/^4.0.x-dev/prepare_project_edition.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
PROJECT_EDITION=$1
55
PROJECT_VERSION=$2
66
export COMPOSE_FILE=$3
7-
export PHP_IMAGE=${4-ezsystems/php:7.4-v2-node14}
7+
export PHP_IMAGE=${4-ezsystems/php:7.4-v2-node16}
88

99
echo "> Setting up website skeleton"
1010
PROJECT_BUILD_DIR=${HOME}/build/project

0 commit comments

Comments
 (0)