From 8b1e7972f688c9e52e0a44a969a5b2d0893f0917 Mon Sep 17 00:00:00 2001 From: winston Date: Wed, 26 Jul 2023 23:22:04 +0200 Subject: [PATCH] ci(format): pin prettier@2.8.4 --- .github/workflows/format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index b758076..94fc85f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -22,3 +22,4 @@ jobs: commit_options: "--author 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'" commit_message: "style: format code with prettier" prettier_options: "--write styles/**/*.css" + prettier_version: "2.8.4"