diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index a0b56ce..6e1baf9 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -19,7 +19,7 @@ jobs: - name: Install node if: ${{ steps.prereq.outputs.need_node == '1' }} run: | - apt update -y && apt install -y curl git + apt update -y && apt install -y curl git usrmerge curl -sS https://webi.sh/node | sh echo ~/.local/opt/node/bin >> $GITHUB_PATH - uses: actions/checkout@v3