From e92b83794e4dfcc72205a3569f8c7146e079db93 Mon Sep 17 00:00:00 2001 From: Sergei Chestakov Date: Tue, 2 Jan 2024 11:39:43 -0500 Subject: [PATCH] Fix broken MacOS build and publish workflow (#143) * Test build * Try passing in identity explicitly * Revert forge config changes * Upgrade all packages, update Node version in workflows * pnpm i, bump node types * Update Node version * pip install packaging * Setup Python * Name job, add to publish workflow * Revert package upgrades --- .github/workflows/build.yml | 8 ++++++-- .github/workflows/publish.yml | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 596bbb6..78570f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,9 +80,13 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.10.x cache: pnpm - - name: Install + - name: Setup Python + uses: actions/setup-python@v5 + with: + python-version: '3.11' + - name: Install npm packages run: pnpm install - name: Generate Windows code signing certificate if: matrix.os == 'windows-latest' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 79be395..bc45ff5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,6 +34,10 @@ jobs: with: node-version: 20.10.x cache: pnpm + - name: Setup Python + uses: actions/setup-python@v5 + with: + python-version: '3.11' - name: Install run: pnpm install - name: Build