mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-4632] Downgrade node version, small script fix (#2993)
This commit is contained in:
parent
ffb9c13b93
commit
801969c518
2
.github/workflows/aca-upstream.yml
vendored
2
.github/workflows/aca-upstream.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: install NPM
|
- name: install NPM
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 14
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- name: Trigger upstream
|
- name: Trigger upstream
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
git config --global user.name "alfresco-build"
|
git config --global user.name "alfresco-build"
|
||||||
git config --global user.email "alfresco-build@hyland.com"
|
git config --global user.email "alfresco-build@hyland.com"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user