Adding nodejs for a step
All checks were successful
/ Compilation of Docker image for Godot (push) Successful in 3m54s

This commit is contained in:
YannK 2024-07-10 18:08:16 +02:00
parent a77c906ead
commit ca756f2885

View file

@ -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: