[ACS-4632] Downgrade node version, small script fix (#2993)

This commit is contained in:
MichalKinas 2023-02-15 19:45:28 +01:00 committed by GitHub
parent ffb9c13b93
commit 801969c518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"