diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 8d1c790..3eda0c7 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -11,6 +11,8 @@ jobs: run: | echo "${{ secrets.ENVIRONMENT }}" > ./.env cat ./.env + - name: Install Yarn + run: npm install -g yarn - name: Install Node uses: actions/setup-node@v4 with: