From e7a754f830bbea367a5c571dc0bc2b2f8fa9c5a3 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Wed, 4 Feb 2026 13:24:36 -0500 Subject: [PATCH] Install nodejs in CI build container --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6bdd791..2efaeb5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: container: ghcr.io/xu-cheng/texlive-alpine:latest steps: - name: Install system dependencies - run: apk add --no-cache git make bash + run: apk add --no-cache git make bash nodejs - uses: actions/checkout@v4