apt node somesuch
Some checks failed
godot-ci export / Windows Export (push) Failing after 1m28s
godot-ci export / Linux Export (push) Failing after 1m31s

This commit is contained in:
Aada Tikkanen 2026-03-02 15:55:15 +02:00
parent 4ce536f333
commit 8067c03654

View file

@ -15,6 +15,8 @@ jobs:
container: container:
image: barichello/godot-ci:mono-4.6.1 image: barichello/godot-ci:mono-4.6.1
steps: steps:
- name: apt
run: apt-get update && apt-get install -y nodejs npm
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
@ -43,6 +45,8 @@ jobs:
container: container:
image: barichello/godot-ci:mono-4.6.1 image: barichello/godot-ci:mono-4.6.1
steps: steps:
- name: apt
run: apt-get update && apt-get install -y nodejs npm
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: