diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2022-07-20 12:34:51 +0430 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-07-20 21:25:59 +0100 |
commit | 33d74fb9ce644d8eb0fd3632d4e00c10d8f8c804 (patch) | |
tree | 245e5d0ba438e68135e05663c215ca0ff87cbad2 | |
parent | 4387ad9fc64e95f94734194b7f565c33edbc8765 (diff) | |
download | serenity-33d74fb9ce644d8eb0fd3632d4e00c10d8f8c804.zip |
Meta: Upgrade CI's prettier to version 2.7.1
The old version didn't know how to parse regexps with the unicodeSets
flag set.
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d96a41e606..bdad969019 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -49,7 +49,7 @@ jobs: sudo apt-get update sudo apt-get install -y clang-format-14 ccache e2fsprogs gcc-11 g++-11 libstdc++-11-dev libmpfr-dev libmpc-dev ninja-build optipng qemu-utils qemu-system-i386 unzip - name: Install JS dependencies - run: sudo npm install -g prettier@2.5.1 + run: sudo npm install -g prettier@2.7.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: | |