Add node to runner container for checkout
Some checks failed
Build Game / export (push) Failing after 38s

This commit is contained in:
Benjamin Morgan 2025-10-20 18:36:29 -06:00
parent 3750104100
commit 380bb4e55a

View file

@ -13,6 +13,11 @@ jobs:
container:
image: barichello/godot-ci:4.5.1 # contains Godot headless + export templates
steps:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 24
- name: Checkout
uses: actions/checkout@v5