[CI] install nodejs
Some checks failed
Build / Build (push) Has been cancelled
Test / Build (push) Failing after 2m13s

This commit is contained in:
Marius Alwan Meyer 2023-07-18 16:05:57 +02:00
parent 783e6bf234
commit 109326adc6

View File

@ -13,6 +13,8 @@ jobs:
run: | run: |
apt-get update; apt-get update;
apt-get upgrade --yes apt-get upgrade --yes
apt-get install --yes --no-install-recommends \
nodejs
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3