From 0f958ea2cf424afb0fd62c2c162572eed3b5de78 Mon Sep 17 00:00:00 2001 From: Zaytha Date: Sun, 6 Jul 2025 06:20:28 -0700 Subject: [PATCH] aaaaaaaaaaaaaaa --- .gitea/workflows/godot-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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