|
@@ -58,7 +58,7 @@ jobs:
|
|
|
- name: Install Dependencies
|
|
|
run: |
|
|
|
cd src/electron
|
|
|
- node script/yarn install
|
|
|
+ node script/yarn install --frozen-lockfile
|
|
|
- name: Get Depot Tools
|
|
|
timeout-minutes: 5
|
|
|
run: |
|
|
@@ -123,7 +123,7 @@ jobs:
|
|
|
- name: Install Dependencies
|
|
|
run: |
|
|
|
cd src/electron
|
|
|
- node script/yarn install
|
|
|
+ node script/yarn install --frozen-lockfile
|
|
|
- name: Get Depot Tools
|
|
|
timeout-minutes: 5
|
|
|
run: |
|