Skip to content

Commit e3e306e

Browse files
authored
ci: Fix prettier using earlier version (DenverCoder1#557)
1 parent 1469a9f commit e3e306e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prettier.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "**.md"
1111
- "**.js"
1212
- "**.css"
13+
- ".github/workflows/prettier.yml"
1314

1415
jobs:
1516
prettier:
@@ -27,7 +28,7 @@ jobs:
2728
uses: actions/checkout@v3
2829

2930
- name: Install prettier and plugin-php
30-
run: npm install --global prettier @prettier/plugin-php
31+
run: npm install --global prettier@2.8.1 @prettier/plugin-php@0.18.9
3132

3233
- name: Lint with Prettier
3334
continue-on-error: true

0 commit comments

Comments
 (0)