apt node somesuch
This commit is contained in:
parent
4ce536f333
commit
8067c03654
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
container:
|
||||
image: barichello/godot-ci:mono-4.6.1
|
||||
steps:
|
||||
- name: apt
|
||||
run: apt-get update && apt-get install -y nodejs npm
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -43,6 +45,8 @@ jobs:
|
|||
container:
|
||||
image: barichello/godot-ci:mono-4.6.1
|
||||
steps:
|
||||
- name: apt
|
||||
run: apt-get update && apt-get install -y nodejs npm
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue