diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abcbc6be84..3b8815b69b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: run: npm run lint - name: Assert LESS files formatting using Prettier run: > - yarn add -D github:prettier/prettier#c6e026ea28 - && npx prettier --loglevel warn '!dist' '!test/coverage' '!src/semantic.less' '**/*.{css,less,overrides,variables}' --write + yarn add -D prettier@^3 + && npx prettier --log-level warn '!dist' '!test/coverage' '!src/semantic.less' '**/*.{css,less,overrides,variables}' --write && git restore package.json yarn.lock && git add . -N && git diff --color --exit-code test: