Skip to content

Commit

Permalink
CI: Bump prettier to latest version (2.5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Jan 11, 2022
1 parent 355fbcb commit 14f6856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 14f6856

Please sign in to comment.