diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index 5a8eeef..2c25b39 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -90,6 +90,13 @@ jobs: image: cm2network/steamcmd:root needs: [export-windows, export-linux] steps: + # Need node.j for https://gitea.com/actions/checkout@v4 + - name: Install Node.js + run: | + apt-get update + apt-get install -y curl + curl -fsSL https://deb.nodesource.com/setup_18.x | bash - + apt-get install -y nodejs - name: Checkout uses: https://gitea.com/actions/checkout@v4 with: