|
|
|
@ -28,7 +28,8 @@ jobs:
|
|
|
|
uses: actions/setup-node@v1
|
|
|
|
uses: actions/setup-node@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: ${{ matrix.node-version }}
|
|
|
|
node-version: ${{ matrix.node-version }}
|
|
|
|
- run: npm i
|
|
|
|
- run: npm i
|
|
|
|
|
|
|
|
- run: npm i -g typescript && tsc
|
|
|
|
- run: npm run checkPlugins
|
|
|
|
- run: npm run checkPlugins
|
|
|
|
- run: npm run lint
|
|
|
|
- run: npm run lint
|
|
|
|
- run: npm run test
|
|
|
|
- run: npm run test
|
|
|
|
|