parent
020ce1ffb8
commit
1ed6418667
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@ jobs:
|
||||||
image: barichello/godot-ci:3.3.4
|
image: barichello/godot-ci:3.3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: apt update -y && apt install nodejs -y
|
run: |
|
||||||
|
apt update -y && apt install nodejs -y
|
||||||
|
node --version
|
||||||
|
npm --version
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
- name: Setup
|
- name: Setup
|
||||||
|
|
Reference in a new issue