diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d679882..31310b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,11 @@ jobs: with: node-version: '20' - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 + with: + python-version: '3.12' - if: ${{ ! startsWith(matrix.os, 'windows') }} - run: python3 -m pip install setuptools + run: pip install setuptools - name: Install dependencies run: npm i --openssl_fips='' - name: Rebuild dependencies for Electron