add nodejs
Some checks failed
Build & Test / build-run (push) Failing after 8s

This commit is contained in:
Kio 2025-02-03 22:13:43 +00:00
parent 72faa8901c
commit 7aa1b483e1

View file

@ -9,7 +9,7 @@ jobs:
image: alpine image: alpine
steps: steps:
- name: Get Dependancies - name: Get Dependancies
run: apk add rust deno git run: apk add rust deno git nodejs
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: