mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
yarn install fix
This commit is contained in:
parent
6dfc3a2856
commit
1a12ed2160
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
- run: yarn cache clean --all
|
- run: yarn cache clean --all
|
||||||
- run: yarn install
|
- run: yarn install --skip-integrity-check
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
- run: yarn download
|
- run: yarn download
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
|
Loading…
Reference in New Issue
Block a user