diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index dcde0098..08f23e96 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,10 +15,12 @@ jobs: unityVersion: - 6000.0.37f1 steps: - - name: Install Node.js - uses: actions/setup-node@v4 - with: - node-version: '20' # + - name: Manually Install Node.js + run: | + curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - + sudo apt-get install -y nodejs + node -v + npm -v - uses: actions/checkout@v4 with: fetch-depth: 0