Skip to content

Commit

Permalink
Fix merge conflict the right way
Browse files Browse the repository at this point in the history
We wanted to keep the 3.1.0 not downgrade to 3.0.3
  • Loading branch information
shankari authored Dec 21, 2023
1 parent ae0ae28 commit 80e3903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npx prettier@3.0.3 --check www
- run: npx prettier@3.1.0 --check www


0 comments on commit 80e3903

Please sign in to comment.