Skip to content

Commit

Permalink
Trying to fix the prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
WackerO committed Nov 7, 2024
1 parent bf9ecf7 commit 8554ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4.1.0
- name: Install prettier
run: npm install -g prettier
- name: Run Prettier
Expand Down

0 comments on commit 8554ff6

Please sign in to comment.