From 927836f63c97e377bec586051e2ec9f569ddfb60 Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 07:26:11 +0000 Subject: [PATCH] Update .github/workflows/main.yml fix --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d90ced9..b9189cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,14 +10,14 @@ on: jobs: prereq: - name: Install prerequisities + name: Install prerequisites runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - with: - node-version: 18 + with: + node-version: 18 build: name: Build thesis PDFs