mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
build: fix gh workflow
This commit is contained in:
parent
1b889cd5a6
commit
53f32ce253
4
.github/workflows/check-tests.yml
vendored
4
.github/workflows/check-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue