From 14f6856d1dfaa2e8d36c42f4f1daead5dd52f63e Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 11 Jan 2022 22:15:45 +0100 Subject: [PATCH] CI: Bump prettier to latest version (2.5.1) --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index de7a3588ca..30310c3586 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -51,7 +51,7 @@ jobs: sudo apt-get update sudo apt-get install -y ccache e2fsprogs gcc-11 g++-11 libstdc++-11-dev libmpfr-dev libmpc-dev ninja-build qemu-utils qemu-system-i386 unzip - name: Install JS dependencies - run: sudo npm install -g prettier@2.4.1 + run: sudo npm install -g prettier@2.5.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: |