Update node.js.yml
This commit is contained in:
parent
d6e1fc2ed7
commit
def6fcb322
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue