Skip to content

Commit

Permalink
explicitly installing nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Sep 26, 2024
1 parent 1d43224 commit 641d7e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 641d7e6

Please sign in to comment.