opsie node js fucky wucky yipipiee :)
Some checks failed
godot-ci export / Windows Export (push) Successful in 1m16s
godot-ci export / Linux Export (push) Successful in 1m16s
godot-ci export / Steam Publish (push) Failing after 21s

This commit is contained in:
2025-07-06 06:09:59 -07:00
parent 0b5f85f64c
commit 583a803811

View File

@ -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: