fixed ci
Some checks failed
Node.js CI / build (push) Failing after 5s

This commit is contained in:
ChrQR 2024-04-27 09:20:37 +02:00
parent 6cb10530a3
commit 4955cec8cb

View File

@ -11,5 +11,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: yarn ci
- run: yarn run build --production --if-present
- run: npm ci
- run: npm run build --production --if-present
- run: npm test