Update node.js.yml

This commit is contained in:
mwoz123 2023-08-09 23:23:49 +02:00 committed by GitHub
parent d6e1fc2ed7
commit def6fcb322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm i
- run: npm run build
- run: npm test --if-present