From 950a5c7b897324a38dc9e89791fcefdef19e183f Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 28 Feb 2024 10:04:00 +0100 Subject: [PATCH] try ci --- .gitea/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 46b828c..4ae50f7 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -72,6 +72,7 @@ jobs: curl -sS https://webi.sh/node | sh echo ~/.local/opt/node/bin >> $GITHUB_PATH + - name: Install node if: ${{ steps.prereq.outputs.need_node == '1' }} run: |