mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 12:07:45 +00:00
Meta: Pin prettier linter version
This commit is contained in:
parent
353a831c8c
commit
1e1571d647
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue