diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index 2be51b8..412cf32 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -90,7 +90,8 @@ jobs: image: cm2network/steamcmd:root #needs: [export-windows, export-linux] steps: - # Need node.j for https://gitea.com/actions/checkout@v4 + # Doing this becuase barichello/godot-ci:4.4 doesn't have nodejs installed, may need to make own docker image in the future + # By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4 - name: Install Node.js run: | apt-get update