Skip to content

Commit

Permalink
Update format.yaml
Browse files Browse the repository at this point in the history
Fix node.js 18 deprecation
  • Loading branch information
mosfet80 authored Nov 9, 2024
1 parent beaa5d8 commit a882cb4
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,8 +13,8 @@ jobs:
name: Format
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install clang-format-10
run: sudo apt-get install clang-format-10
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1

0 comments on commit a882cb4

Please sign in to comment.