Use fixed prettier version for CI (#3507)

3.0.0 was pushed to docker hub 2 hours ago, thats probably why
builds are breaking now.
This commit is contained in:
Nutomic 2023-07-06 12:23:51 +02:00 committed by GitHub
parent 2158621bda
commit ce1ffebeb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]]