Skip to content

Commit

Permalink
Update prettier.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mezotv authored Sep 21, 2023
1 parent 242541f commit 9dc9f64
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2

with:
version: latest

- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "18.x"
cache: "pnpm"

- run: pnpm i

- name: Prettier
Expand Down

0 comments on commit 9dc9f64

Please sign in to comment.