|
|
@ -38,7 +38,7 @@ jobs:
|
|
|
|
- name: Install node
|
|
|
|
- name: Install node
|
|
|
|
uses: actions/setup-node@v1
|
|
|
|
uses: actions/setup-node@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: 10.13.0
|
|
|
|
node-version: 10.19.0
|
|
|
|
|
|
|
|
|
|
|
|
- name: Setup node for windows
|
|
|
|
- name: Setup node for windows
|
|
|
|
if: runner.os == 'Windows'
|
|
|
|
if: runner.os == 'Windows'
|
|
|
@ -59,7 +59,6 @@ jobs:
|
|
|
|
steps.yarn-cache.outputs.cache-hit != 'true'
|
|
|
|
steps.yarn-cache.outputs.cache-hit != 'true'
|
|
|
|
run: yarn install --frozen-lockfile --network-timeout 600000
|
|
|
|
run: yarn install --frozen-lockfile --network-timeout 600000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Generate and concat files
|
|
|
|
- name: Generate and concat files
|
|
|
|
run: yarn generate
|
|
|
|
run: yarn generate
|
|
|
|
|
|
|
|
|
|
|
|