mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
CI: Bump prettier to latest version (2.4.1)
We didn't initially upgrade because it started to (incorrectly) see files as strict mode and chokes on things that then would be syntax errors - but we're starting to fall behind a bit, so I'd rather put these files on the ignore list instead.
This commit is contained in:
parent
66c06e8efb
commit
f538df7572
3 changed files with 8 additions and 5 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt-get install libmpfr-dev libmpc-dev ninja-build e2fsprogs qemu-utils qemu-system-i386 ccache unzip
|
||||
- name: Install JS dependencies
|
||||
run: sudo npm install -g prettier@2.2.1
|
||||
run: sudo npm install -g prettier@2.4.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