Work around prettier action bug
This commit is contained in:
parent
1a7e375671
commit
db9e4e2fd3
4
.github/workflows/javascript-formatting.yml
vendored
4
.github/workflows/javascript-formatting.yml
vendored
@ -32,6 +32,10 @@ jobs:
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
fetch-depth: 0
|
||||
|
||||
# Note: Remove this once https://github.com/creyD/prettier_action/issues/113 is fixed.
|
||||
- name: Install npm v8
|
||||
run: npm i -g npm@8
|
||||
|
||||
- name: Prettify code
|
||||
uses: creyD/prettier_action@v4.2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user