Install nodejs in CI build container
Some checks failed
Build Proposal and Thesis / build (push) Failing after 29s

This commit is contained in:
Sean O'Connor
2026-02-04 13:24:36 -05:00
parent d430cb4f35
commit e7a754f830

View File

@@ -12,7 +12,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 make bash run: apk add --no-cache git make bash nodejs
- uses: actions/checkout@v4 - uses: actions/checkout@v4