Add node to runner container for checkout
Some checks failed
Build Game / export (push) Failing after 38s
Some checks failed
Build Game / export (push) Failing after 38s
This commit is contained in:
parent
3750104100
commit
380bb4e55a
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:4.5.1 # contains Godot headless + export templates
|
image: barichello/godot-ci:4.5.1 # contains Godot headless + export templates
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@v6
|
||||||
|
with:
|
||||||
|
node-version: 24
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue