aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/builds.yml')
-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: