fix: updated formating command to use builtin format
This commit is contained in:
parent
d8a5b95504
commit
456a31bd83
1 changed files with 2 additions and 2 deletions
4
.github/actions/setup-js/action.yml
vendored
4
.github/actions/setup-js/action.yml
vendored
|
|
@ -15,9 +15,9 @@ runs:
|
|||
- name: display node.js and pnpm version
|
||||
shell: bash
|
||||
run: node --version && pnpm --version
|
||||
- name: install prettier
|
||||
- name: install dependencies
|
||||
shell: bash
|
||||
run: pnpm add -D prettier prettier-plugin-astro
|
||||
run: pnpm install
|
||||
- name: cache pnpm dependencies
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue