diff --git a/.tugboat/steps/1-init.sh b/.tugboat/steps/1-init.sh index 9181a887..9dc60b41 100755 --- a/.tugboat/steps/1-init.sh +++ b/.tugboat/steps/1-init.sh @@ -74,7 +74,7 @@ nodejs -v | grep -q v$NODE_MAJOR shopt -s dotglob mkdir ../drainpipe-tmp mv * ../drainpipe-tmp/ -composer create-project drupal/recommended-project . +composer create-project drupal/recommended-project:~10.2 . mv ../drainpipe-tmp drainpipe composer config extra.drupal-scaffold.gitignore true composer config --json extra.drupal-scaffold.allowed-packages \[\"lullabot/drainpipe\"]