]> Untitled Git - lemmy.git/commitdiff
Use fixed prettier version for CI (#3507)
authorNutomic <me@nutomic.com>
Thu, 6 Jul 2023 10:23:51 +0000 (12:23 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2023 10:23:51 +0000 (12:23 +0200)
3.0.0 was pushed to docker hub 2 hours ago, thats probably why
builds are breaking now.

.woodpecker.yml
Cargo.lock

index ec3436def1c195947b8000a61def1cb801ae192d..706498a867df4061a9202cff341d27ac5e0a70ab 100644 (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'
 
index 7988f2447f77eed7e0ec015452d59f51dec0737b..93b038821df8874c90547cf33f7723ef0d851648 100644 (file)
@@ -4268,7 +4268,7 @@ dependencies = [
  "byteorder",
  "hex",
  "lazy_static",
- "rustix",
+ "rustix 0.36.5",
 ]
 
 [[package]]