Adding nodejs for a step
All checks were successful
/ Compilation of Docker image for Godot (push) Successful in 3m54s
All checks were successful
/ Compilation of Docker image for Godot (push) Successful in 3m54s
This commit is contained in:
parent
a77c906ead
commit
ca756f2885
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@ jobs:
|
|||
name: Compilation of Docker image for Godot
|
||||
runs-on: bookworm
|
||||
container: docker
|
||||
steps:
|
||||
steps:
|
||||
- name: Add NodeJs
|
||||
run: |
|
||||
uname -a
|
||||
apk add nodejs npm
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue