summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2024-04-06 18:27:29 +1300
committertoofar <toofar@spalge.com>2024-04-06 18:30:25 +1300
commit0a541983c3c699aa846e04720a36729ad704d0d4 (patch)
tree4c52f754f31ce4ee37e442bac6d0aeba76158e02
parent26dcc4a7a9d39f0bdac8828867845cfafdb1c5dd (diff)
downloadqutebrowser-0a541983c3c699aa846e04720a36729ad704d0d4.tar.gz
qutebrowser-0a541983c3c699aa846e04720a36729ad704d0d4.zip
Pin eslint for now until we support v9+
See https://github.com/qutebrowser/qutebrowser/issues/8159
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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