diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index df96e70..5306dda 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -38,7 +38,7 @@ jobs: - name: Install setup run: | apt install -y curl jq - curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && + curl -fsSL https://deb.nodesource.com/setup_18.x - name: Cloning iac repository uses: actions/checkout@v4