refactor: update release node version

This commit is contained in:
plebeius.eth
2024-02-27 13:15:36 +01:00
parent bfa82065f8
commit 52970aae0e

View File

@@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
- run: yarn install --frozen-lockfile
# make sure the ipfs executable is executable
- run: node electron/download-ipfs && sudo chmod +x bin/linux/ipfs
@@ -51,7 +51,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
# install missing dep for sqlite
- run: python3 -m ensurepip
@@ -86,7 +86,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn electron:build:windows
@@ -120,7 +120,7 @@ jobs:
gradle-version: 7.6
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
- run: sudo apt install -y apksigner zipalign
# build react app