diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index aa998398..10e1cb20 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,13 +17,13 @@ jobs: steps: - name: Update APT and Install Curl run: | - apt update - apt install -y curl + apt-get update + apt-get install -y curl - name: Manually Install Node.js and Dependencies run: | curl -fsSL https://deb.nodesource.com/setup_20.x | bash - - apt install -y nodejs + apt-get install -y nodejs node -v npm -v npm install