Skip to content

Commit

Permalink
💚 Fix prettier job?
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Nov 26, 2023
1 parent b1b2a44 commit 648463d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
with:
node-version: '20'
- run: corepack enable
- run: pnpm install
- run: pnpm run prettier-check
- run: pnpm --filter . install
- run: pnpm run format:check
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- run: corepack enable
- run: echo "${{ secrets.GIT_PAGES_PRIVATEKEY }}" > ~/key
- run: chmod 600 ~/key
Expand Down

0 comments on commit 648463d

Please sign in to comment.