diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index acefea5c..b353cf64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Set up Python 3.12 + uses: actions/setup-python@v4 + with: + python-version: 3.12 + - uses: actions/setup-node@v4 with: node-version: 20