ci: Lock specific prettier plugin-php version (#242)

pull/243/head
Jonah Lawrence 1 year ago committed by GitHub
parent 13f35a943c
commit 59faf7dfde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v3
- name: Install prettier and plugin-php
run: npm install --global prettier@"^1.15.0 || ^2.0.0" @prettier/plugin-php
run: npm install --global prettier@2.8.1 @prettier/plugin-php@0.18.9
- name: Check formatting with Prettier
continue-on-error: true

Loading…
Cancel
Save