Skip to content

Commit 1650b1f

Browse files
authored
ci: update Prettier to latest version in docs workflow
1 parent b792794 commit 1650b1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
luajit _docs/scripts/generate-api-docs.lua "_source/types" "$output_dir"
113113
114114
- name: Format docs
115-
run: npx --yes prettier@3.8.3 --write "_docs/docs/src/${{ matrix.repo.name }}/api/*.md" --no-error-on-unmatched-pattern
115+
run: npx --yes prettier@latest --write "_docs/docs/src/${{ matrix.repo.name }}/api/*.md" --no-error-on-unmatched-pattern
116116

117117
- name: Open docs PR
118118
uses: peter-evans/create-pull-request@v8

0 commit comments

Comments
 (0)