From 7bebaea133dce40134bae6eb54040166c3454488 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Sun, 30 Nov 2025 18:37:26 -0500 Subject: [PATCH] fix: install nodejs for action compatibility --- .github/workflows/compile-latex.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-latex.yml b/.github/workflows/compile-latex.yml index fa75359..fa84515 100644 --- a/.github/workflows/compile-latex.yml +++ b/.github/workflows/compile-latex.yml @@ -16,7 +16,7 @@ jobs: container: ghcr.io/xu-cheng/texlive-alpine:latest steps: - name: Install system dependencies - run: apk add --no-cache git gettext bash + run: apk add --no-cache git gettext bash nodejs - uses: actions/checkout@v4 @@ -97,7 +97,7 @@ jobs: if: github.actor == github.repository_owner steps: - name: Install system dependencies - run: apk add --no-cache git gettext bash + run: apk add --no-cache git gettext bash nodejs - uses: actions/checkout@v4