parent
897fc9afd8
commit
fb9b000982
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ jobs:
|
|||
image: barichello/godot-ci:3.3.4
|
||||
steps:
|
||||
- name: Setup NodeJS
|
||||
- run: apt install nodejs -y
|
||||
- run: |
|
||||
apt install nodejs -y
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
- name: Setup
|
||||
|
|
Reference in a new issue