From aba21af91a0e5db9d64bf82a88069ff2cc732010 Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 08:06:30 +0000 Subject: [PATCH] node --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d45233f..e4fd6db 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,9 +16,8 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v4 - with: - node-version: 18 + - 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