From a41618320b36b76d3b12c0e8185153f1d24ad900 Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 19:06:47 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3f6c7a..b69713e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,16 +9,6 @@ on: workflow_dispatch: jobs: - dep: - name: Install node - runs-on: ubuntu-latest - - steps: - - uses: actions/setup-node@v3 - with: - node-versoon: 18 - - run: node --version - build: name: Build thesis PDFs runs-on: ubuntu-latest @@ -45,7 +35,7 @@ jobs: steps: - name: Install nodejs - run: apt-get update && apt-get install -y nodejs && node --version + run: sudo apt update && curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt install -y nodejs - name: Get PDFs uses: https://gitea.com/actions/download-artifact@v3 - name: Run VeraPDF