mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 21:45:20 +00:00
Meta: Pin prettier linter version
This commit is contained in:
parent
353a831c8c
commit
1e1571d647
Notes:
sideshowbarker
2024-07-18 18:24:20 +09:00
Author: https://github.com/ant1441 Commit: https://github.com/SerenityOS/serenity/commit/1e1571d6474 Pull-request: https://github.com/SerenityOS/serenity/pull/6997
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
Reference in a new issue