From c74c27cc6e344a05f5c3c40c696cf96fdc425a05 Mon Sep 17 00:00:00 2001 From: David Murdoch <187813+davidmurdoch@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:53:46 -0400 Subject: [PATCH] what if this works? --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce4e7070b..97a274896 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} + - name: Downgrade npm to 8.16.0 # see https://github.com/electron-userland/electron-builder/issues/7755#issuecomment-1744147677 + run: npm install -g npm@8.16.0 - name: Add msbuild to PATH # we need msbuild tools for the `bcrypto` module if: startsWith(matrix.os, 'windows-')