|
|
|
@ -25,11 +25,6 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies
|
|
|
|
- name: Install dependencies
|
|
|
|
run: npm ci
|
|
|
|
run: npm ci
|
|
|
|
if: matrix.node-version != '6.x'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies for Node 6.x
|
|
|
|
|
|
|
|
run: npm install
|
|
|
|
|
|
|
|
if: matrix.node-version == '6.x'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build
|
|
|
|
- name: Build
|
|
|
|
run: npm run build
|
|
|
|
run: npm run build
|
|
|
|
|