diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 3b292cc2c..e74ec617b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -22,6 +22,11 @@ jobs: uses: actions/setup-node@v3 with: node-version: lts/* + + - name: Downgrade Python + uses: actions/setup-python@v4 + with: + python-version: '3.11.5' - name: Install Node Package Dependencies run: npm ci