From 0a541983c3c699aa846e04720a36729ad704d0d4 Mon Sep 17 00:00:00 2001 From: toofar Date: Sat, 6 Apr 2024 18:27:29 +1300 Subject: Pin eslint for now until we support v9+ See https://github.com/qutebrowser/qutebrowser/issues/8159 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 732ce4b07..599ba3b1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: "python scripts/dev/ci/problemmatchers.py ${{ matrix.testenv }} ${{ runner.temp }}" - name: Install dependencies run: | - [[ ${{ matrix.testenv }} == eslint ]] && npm install -g eslint + [[ ${{ matrix.testenv }} == eslint ]] && npm install -g 'eslint@<9.0.0' [[ ${{ matrix.testenv }} == docs ]] && sudo apt-get update && sudo apt-get install --no-install-recommends asciidoc libegl1-mesa [[ ${{ matrix.testenv }} == vulture || ${{ matrix.testenv }} == pylint ]] && sudo apt-get update && sudo apt-get install --no-install-recommends libegl1-mesa if [[ ${{ matrix.testenv }} == shellcheck ]]; then -- cgit v1.2.3-54-g00ecf