From 00614071f612c501e2f1c79bcf46980d3d2ec4d9 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 16 Mar 2025 18:27:56 +1100 Subject: [PATCH] fixes for build pipe --- .github/workflows/react_release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/react_release.yml b/.github/workflows/react_release.yml index 8611680633..3991e3fb4c 100644 --- a/.github/workflows/react_release.yml +++ b/.github/workflows/react_release.yml @@ -30,6 +30,11 @@ jobs: id: set_date 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 run: | git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/ui.git