From 18bc366481c1531ea513dc237f96004bae6f0da4 Mon Sep 17 00:00:00 2001 From: Takuya Matsuyama Date: Thu, 10 Oct 2024 15:59:57 +0900 Subject: [PATCH] fix(ci): dang --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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