From 88c72f805871103cdb1d012b826d8f3eb30e120d Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Thu, 14 Dec 2023 11:41:25 -0500 Subject: [PATCH] use prettier 3.1.0 in workflow In 4f173ba6ae2c34fd35ebd1525eb08d5c26b7094b I bumped the prettier version to 3.1. Whatever version we are using for the project should be the same as the workflow runs with (as we established in https://github.com/e-mission/e-mission-phone/pull/1117) --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 576783f04..330a57729 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: npx prettier@3.0.3 --check www + - run: npx prettier@3.1.0 --check www