build: fix gh workflow

This commit is contained in:
Csaba Tuncsik 2023-06-16 12:05:48 +02:00
parent 1b889cd5a6
commit 53f32ce253

View file

@ -14,10 +14,10 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Use Node.js - name: Use Node.js
- uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 18.x 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 - name: Check for test files
run: node .github/actions/check-tests.mjs run: node .github/actions/check-tests.mjs