[test] change to npm install for pull requests
This commit is contained in:
parent
5ce09953e2
commit
c589bd836d
|
@ -27,7 +27,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run install-legacy
|
||||
- run: npm run build
|
||||
- run: npm test
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue