From ce1ffebeb0ca4fb8f5a382cc76eaaa55517cd107 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Thu, 6 Jul 2023 12:23:51 +0200 Subject: [PATCH] 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. --- .woodpecker.yml | 2 +- Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ec3436def..706498a86 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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' diff --git a/Cargo.lock b/Cargo.lock index 7988f2447..93b038821 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4268,7 +4268,7 @@ dependencies = [ "byteorder", "hex", "lazy_static", - "rustix", + "rustix 0.36.5", ] [[package]]