From 9947badf253bc96023b7f4fa246f606f744f7024 Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 18:09:20 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58e0477..add752d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,9 @@ jobs: container: { image: 'aergus/latex' } steps: + - uses: actions/setup-node@v3 + with: + node-version: 18 - uses: https://gitea.com/ScMi1/checkout@v1 - name: Build the thesis run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en