From 1e1571d64741ae2b71f4144e60f95c06ab065b28 Mon Sep 17 00:00:00 2001 From: Adam Hodgen Date: Sun, 9 May 2021 23:11:42 +0100 Subject: [PATCH] Meta: Pin prettier linter version --- .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 528a7ad2560..2e21a997e22 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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: |