fix: install nodejs for action compatibility
Some checks failed
Compile LaTeX Documents / build-public (push) Successful in 1m2s
Compile LaTeX Documents / build-private (push) Failing after 35s

This commit is contained in:
2025-11-30 18:37:26 -05:00
parent 5f77e4e68c
commit 7bebaea133

View File

@@ -16,7 +16,7 @@ jobs:
container: ghcr.io/xu-cheng/texlive-alpine:latest container: ghcr.io/xu-cheng/texlive-alpine:latest
steps: steps:
- name: Install system dependencies - 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 - uses: actions/checkout@v4
@@ -97,7 +97,7 @@ jobs:
if: github.actor == github.repository_owner if: github.actor == github.repository_owner
steps: steps:
- name: Install system dependencies - 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 - uses: actions/checkout@v4