diff --git a/.github/workflows/aca-upstream.yml b/.github/workflows/aca-upstream.yml index ce9ab2260..95a620291 100644 --- a/.github/workflows/aca-upstream.yml +++ b/.github/workflows/aca-upstream.yml @@ -30,7 +30,7 @@ jobs: - name: install NPM uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 14 cache: 'npm' - name: Trigger upstream shell: bash diff --git a/scripts/travis/update/update-project.sh b/scripts/travis/update/update-project.sh index 6e0cb972d..e0d75b363 100755 --- a/scripts/travis/update/update-project.sh +++ b/scripts/travis/update/update-project.sh @@ -1,4 +1,4 @@ -!/usr/bin/env bash +#!/usr/bin/env bash git config --global user.name "alfresco-build" git config --global user.email "alfresco-build@hyland.com"