summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Balaji Vijayakumar <kuttibalaji.v6@gmail.com>2023-01-02 10:35:46 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-01-02 13:11:48 +0530
commit88e6c0047ed4ff99638ff5844c76cbe2399cffde (patch)
tree1139f6b953597939b9a5d1b05c13fc8dabcfecd5 /.github
parent6.2.4-nightly.2 [skip ci] (diff)
downloadferdium-app-88e6c0047ed4ff99638ff5844c76cbe2399cffde.tar.gz
ferdium-app-88e6c0047ed4ff99638ff5844c76cbe2399cffde.tar.zst
ferdium-app-88e6c0047ed4ff99638ff5844c76cbe2399cffde.zip
fix: update pnpm and revert to stable electron-builder
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 8badd5e32..25b7194d8 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -357,6 +357,10 @@ jobs:
357 node-version-file: ".nvmrc" 357 node-version-file: ".nvmrc"
358 - name: Install pnpm 358 - name: Install pnpm
359 run: npm i -gf "pnpm@$(node -p 'require(\"./package.json\").engines.pnpm')" && pnpm -v 359 run: npm i -gf "pnpm@$(node -p 'require(\"./package.json\").engines.pnpm')" && pnpm -v
360 #TODO - Remove this once https://github.com/electron-userland/electron-builder/issues/6933#issuecomment-1213438889 is resolved
361 - name: Tweak pnpm.cjs
362 run: sed -i 's/\/usr\/bin\/env node/node/g' /c/npm/prefix/node_modules/pnpm/bin/pnpm.cjs
363 shell: bash
360 - name: Install node dependencies 364 - name: Install node dependencies
361 uses: nick-fields/retry@v2.8.2 365 uses: nick-fields/retry@v2.8.2
362 with: 366 with: