Skip to content

Commit

Permalink
IBX-2003: Bumped Node version to 16 (#41)
Browse files Browse the repository at this point in the history
* Bumped Node version to 16

* Changed node to version 14 for php 7.3

Co-authored-by: katarzynazawada <>
  • Loading branch information
katarzynazawada authored Feb 22, 2022
1 parent dc83969 commit 1cd9920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/^4.0.x-dev/prepare_project_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
PROJECT_EDITION=$1
PROJECT_VERSION=$2
export COMPOSE_FILE=$3
export PHP_IMAGE=${4-ezsystems/php:7.4-v2-node14}
export PHP_IMAGE=${4-ezsystems/php:7.4-v2-node16}

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

0 comments on commit 1cd9920

Please sign in to comment.