fixes for build pipe
This commit is contained in:
parent
ba535ac4df
commit
00614071f6
|
|
@ -30,6 +30,11 @@ jobs:
|
||||||
id: set_date
|
id: set_date
|
||||||
run: echo "current_date=$(date '+%Y-%m-%d')" >> $GITHUB_ENV
|
run: echo "current_date=$(date '+%Y-%m-%d')" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Setup Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: '22'
|
||||||
|
|
||||||
- name: Prepare React FrontEnd
|
- name: Prepare React FrontEnd
|
||||||
run: |
|
run: |
|
||||||
git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/ui.git
|
git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/ui.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue