[CI] rely on integrated nodejs
Some checks failed
Test / Build (push) Failing after 29s
Build / Build (push) Has been cancelled

This commit is contained in:
Marius Alwan Meyer 2023-07-18 16:03:57 +02:00
parent f956e1d053
commit c521a712fc

View File

@ -12,9 +12,7 @@ jobs:
- name: Install Dependencies
run: |
apt-get update;
apt-get install --yes --no-install-recommends \
nodejs \
ca-certificates
apt-get upgrade --yes
- name: Checkout
uses: actions/checkout@v3