Skip to content

Commit

Permalink
Update format.yaml
Browse files Browse the repository at this point in the history
Switch to node.js 20 (v16 is deprecated)
  • Loading branch information
mosfet80 authored and ChrisThrasher committed Aug 14, 2024
1 parent a479dd8 commit 7f007bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- 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 7f007bf

Please sign in to comment.