From 0137565e24fc9e3b3093bc9fda22b03655582aa8 Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 17:48:39 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a01f27..9c2db8a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Install nodejs - run: apt-get update && apt-get install -y nodejs + run: apt-get update && apt-get install -y nodejs && node --version - name: Get PDFs uses: actions/download-artifact@v2 - name: Run VeraPDF