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