commit
4977345a4d
|
@ -14,6 +14,7 @@ env:
|
|||
REACT_APP_PORTIS_ID: ${{ secrets.REACT_APP_PORTIS_ID }}
|
||||
REACT_APP_GNOSIS_APPS_URL: ${{ secrets.REACT_APP_GNOSIS_APPS_URL }}
|
||||
REACT_APP_INTERCOM_ID: ${{ secrets.REACT_APP_INTERCOM_ID }}
|
||||
REACT_APP_IPFS_GATEWAY: ${{ secrets.REACT_APP_IPFS_GATEWAY }}
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
@ -43,7 +44,7 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 10.16
|
||||
- run: yarn install --network-concurrency 1
|
||||
- run: yarn install
|
||||
|
||||
- name: Build/Release Desktop App
|
||||
env:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "safe-react",
|
||||
"version": "2.8.0",
|
||||
"version": "2.8.1",
|
||||
"description": "Allowing crypto users manage funds in a safer way",
|
||||
"website": "https://github.com/gnosis/safe-react#readme",
|
||||
"bugs": {
|
||||
|
@ -217,7 +217,7 @@
|
|||
"semver": "7.3.2",
|
||||
"styled-components": "^5.1.1",
|
||||
"truffle-contract": "4.0.31",
|
||||
"web3": "1.2.11"
|
||||
"web3": "1.2.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "5.11.1",
|
||||
|
|
Loading…
Reference in New Issue