diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index e36c7d6..b694236 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -12,5 +12,13 @@ jobs: with: fetch-depth: 0 + - uses: actions/setup-node@v4 + with: + node-version: 18 + cache: "npm" + + - name: Install prettier + run: npm i prettier prettier-plugin-tailwindcss @trivago/prettier-plugin-sort-imports + - name: Check prettier - run: npx prettier --check . \ No newline at end of file + run: npx prettier --check .