From 53f32ce2536b069739a871a5e96a2853d1a530ff Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Fri, 16 Jun 2023 12:05:48 +0200 Subject: [PATCH] build: fix gh workflow --- .github/workflows/check-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-tests.yml b/.github/workflows/check-tests.yml index b89003c306..f1d03ba166 100644 --- a/.github/workflows/check-tests.yml +++ b/.github/workflows/check-tests.yml @@ -14,10 +14,10 @@ jobs: uses: actions/checkout@v3 - name: Use Node.js - - uses: actions/setup-node@v3 + uses: actions/setup-node@v3 with: node-version: 18.x - - run: npm install --prefix=.github/scripts --no-package-lock + run: npm install --prefix=.github/scripts --no-package-lock - name: Check for test files run: node .github/actions/check-tests.mjs