Update node.js.yml
This commit is contained in:
parent
d6e1fc2ed7
commit
def6fcb322
|
@ -26,6 +26,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- run: npm i
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npm test --if-present
|
- run: npm test --if-present
|
||||||
|
|
Loading…
Reference in New Issue