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
|
@ -5,6 +5,10 @@ jobs:
|
||||||
runs-on: bookworm
|
runs-on: bookworm
|
||||||
container: docker
|
container: docker
|
||||||
steps:
|
steps:
|
||||||
|
- name: Add NodeJs
|
||||||
|
run: |
|
||||||
|
uname -a
|
||||||
|
apk add nodejs npm
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue