style(workflows): make consistent accross all repos

This commit is contained in:
Esteban Abaroa
2023-12-16 16:53:20 +00:00
parent 5fd466e8f4
commit 3fb5035161

View File

@@ -52,10 +52,11 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
# install missing dep for sqlite3
# install missing dep for sqlite
- run: python3 -m ensurepip
- run: pip install setuptools
- run: yarn install --frozen-lockfile
# make sure the ipfs executable is executable
- run: node electron/download-ipfs && sudo chmod +x bin/mac/ipfs