From 86438df812dcc2ab58e319946a1e5bc416bf1226 Mon Sep 17 00:00:00 2001 From: Yigit Colakoglu Date: Tue, 2 Sep 2025 09:22:06 +0200 Subject: [PATCH] Install node :( --- .gitea/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index dde8fda..fd5408d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,6 +12,10 @@ jobs: container: texlive/texlive:latest steps: + - name: Install node :( + run: + - apt update + - apt install npm - name: Checkout repository uses: actions/checkout@v4 @@ -23,4 +27,4 @@ jobs: with: name: curriculum-vitae path: main.pdf - retention-days: 30 \ No newline at end of file + retention-days: 30