Meta: Pin prettier linter version

This commit is contained in:
Adam Hodgen 2021-05-09 23:11:42 +01:00 committed by Andreas Kling
parent 353a831c8c
commit 1e1571d647
Notes: sideshowbarker 2024-07-18 18:24:20 +09:00

View file

@ -45,7 +45,7 @@ jobs:
run: sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 60 --slave /usr/bin/g++ g++ /usr/bin/g++-10
- name: Install JS dependencies
run: sudo npm install -g prettier
run: sudo npm install -g prettier@2.2.1
- name: Install Python dependencies
# The setup-python action set default python to python3.x. Note that we are not using system python here.
run: |