Use fixed prettier version for CI

3.0.0 was pushed to docker hub 2 hours ago, thats probably why
builds are breaking now.
This commit is contained in:
Felix Ableitner 2023-07-06 12:04:34 +02:00
parent 2158621bda
commit b059647541
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ pipeline:
- git submodule update
prettier_check:
image: tmknom/prettier
image: tmknom/prettier:2.8.8
commands:
- prettier -c . '!**/volumes' '!**/dist' '!target' '!**/translations'

2
Cargo.lock generated
View file

@ -4268,7 +4268,7 @@ dependencies = [
"byteorder",
"hex",
"lazy_static",
"rustix",
"rustix 0.36.5",
]
[[package]]