|
@@ -33,7 +33,7 @@ jobs:
|
|
|
node-version: ${{ matrix.node-version }}
|
|
|
- name: build
|
|
|
run: |
|
|
|
- yarn install --frozen-lockfile
|
|
|
+ yarn install --frozen-lockfile --network-timeout 120000
|
|
|
yarn workspace pioneer build
|
|
|
|
|
|
pioneer_lint_ubuntu:
|
|
@@ -67,5 +67,5 @@ jobs:
|
|
|
node-version: ${{ matrix.node-version }}
|
|
|
- name: lint
|
|
|
run: |
|
|
|
- yarn install --frozen-lockfile
|
|
|
+ yarn install --frozen-lockfile --network-timeout 120000
|
|
|
yarn workspace pioneer lint
|