diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1d7014a..3c4f3f8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -106,9 +106,6 @@ jobs: - name: Set BRANCH_NAME run: echo "BRANCH_NAME=$(echo $GITHUB_REF_NAME | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV - - name: Install Node.js - run: apt-get update && apt-get install -y nodejs - - name: Checkout repository uses: actions/checkout@v6 with: @@ -157,9 +154,6 @@ jobs: - name: Set BRANCH_NAME run: echo "BRANCH_NAME=$(echo $GITHUB_REF_NAME | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV - - name: Install Node.js - run: apt-get update && apt-get install -y nodejs - - name: Checkout repository uses: actions/checkout@v6 with: @@ -207,9 +201,6 @@ jobs: - name: Set BRANCH_NAME run: echo "BRANCH_NAME=$(echo $GITHUB_REF_NAME | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV - - name: Install Node.js - run: apt-get update && apt-get install -y nodejs - - name: Checkout repository uses: actions/checkout@v6 with: