Install node :(

This commit is contained in:
Yigit Colakoglu 2025-09-02 09:22:06 +02:00
parent 5d4d97c81f
commit 86438df812

View File

@ -12,6 +12,10 @@ jobs:
container: texlive/texlive:latest container: texlive/texlive:latest
steps: steps:
- name: Install node :(
run:
- apt update
- apt install npm
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -23,4 +27,4 @@ jobs:
with: with:
name: curriculum-vitae name: curriculum-vitae
path: main.pdf path: main.pdf
retention-days: 30 retention-days: 30