diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 987b8dd..1cf620e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,10 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + - name: Install Python 3.11 + uses: actions/setup-python@v4 + with: + python-version: '3.11' - name: Check Node.js version run: node -pe process.versions - name: Install module