From efebcd8d450cdcdb870616948e65752e9be0512e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 19 Feb 2023 11:31:10 -0800 Subject: [PATCH] Bump prettier action and remove workaround --- .github/workflows/javascript-formatting.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/javascript-formatting.yml b/.github/workflows/javascript-formatting.yml index 670751d17..0fdb62340 100644 --- a/.github/workflows/javascript-formatting.yml +++ b/.github/workflows/javascript-formatting.yml @@ -32,12 +32,8 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - # Note: Remove this once https://github.com/creyD/prettier_action/issues/113 is fixed. - - name: Install npm v8 - run: npm i -g npm@8 - - name: Prettify code - uses: creyD/prettier_action@v4.2 + uses: creyD/prettier_action@v4.3 with: # This part is also where you can pass other options, for example: prettier_options: --write **/*.{js,ts,jsx,tsx,css,md}