fix: Fix frontend build bc apparently they changed the node version #245

Merged
jank merged 2 commits from fix/node-version into main 2025-06-01 10:03:18 +00:00
Showing only changes of commit 602166aa61 - Show all commits

View file

@ -31,7 +31,7 @@ jobs:
TEA_VERSION=$(echo "${{ steps.tea_version.outputs.version }}") TEA_VERSION=$(echo "${{ steps.tea_version.outputs.version }}")
wget "https://gitea.com/gitea/tea/releases/download/v${TEA_VERSION}/tea-${TEA_VERSION}-linux-amd64" -O tea wget "https://gitea.com/gitea/tea/releases/download/v${TEA_VERSION}/tea-${TEA_VERSION}-linux-amd64" -O tea
chmod +x tea chmod +x tea
sudo mv tea /usr/local/bin/tea mv tea /usr/local/bin/tea
- name: Verify Tea Installation - name: Verify Tea Installation
run: tea --version run: tea --version