npm ci before workflow start
This commit is contained in:
parent
97625cf29b
commit
e61089c659
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
- run: npm run lint
|
||||
- run: npm test-extensive
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user