Skip to content

Commit

Permalink
Update format.yaml
Browse files Browse the repository at this point in the history
switch to node20
  • Loading branch information
mosfet80 authored Jun 24, 2024
1 parent e93c545 commit fff4eae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
name: pre-commit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install clang-format-14
run: sudo apt-get install clang-format-14
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1

0 comments on commit fff4eae

Please sign in to comment.