ci: Roll back prettier version to work with prettier-php (#225)

pull/226/head
Jonah Lawrence 1 year ago committed by GitHub
parent f6835366ce
commit 020154f276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,7 @@ on:
- main
pull_request:
paths:
- ".github/workflows/prettier.yml"
- "**.php"
- "**.md"
- "**.js"
@ -27,7 +28,7 @@ jobs:
uses: actions/checkout@v3
- name: Install prettier and plugin-php
run: npm install --global prettier @prettier/plugin-php
run: npm install --global prettier@"^1.15.0 || ^2.0.0" @prettier/plugin-php
- name: Check formatting with Prettier
continue-on-error: true

Loading…
Cancel
Save