From 3815d449c382382589839819f4448ca89027cec4 Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 08:08:15 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4fd6db..5b24c42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,9 +15,10 @@ jobs: container: { image: 'aergus/latex' } steps: + - uses: actions/setup-node@v4 + with: + node-version: 18 - uses: actions/checkout@v3 - - name: Install nodejs - run: apt-get update && apt-get install -y nodejs - name: Build the thesis run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en - name: Upload artifacts