From 641d7e6c4013ebbba92898f162f3885839739fac Mon Sep 17 00:00:00 2001 From: Jolan Rensen Date: Thu, 26 Sep 2024 12:13:55 +0200 Subject: [PATCH] explicitly installing nodejs --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19b12350d..338433d97 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,9 @@ jobs: - name: Prepare for build run: | apt-get update - apt-get install -y zip + apt-get install -y zip curl + curl -fsSL https://deb.nodesource.com/setup_20.x | -E bash - + apt-get install -y nodejs mkdir -p artifacts - name: Build docs # and include sitemap.xml TODO: uncomment when sitemap.xml is available run: |