Skip to content

Commit

Permalink
Update ci-format.yml ->to node.js 20
Browse files Browse the repository at this point in the history
switch to node.js 20 (version 16 is deprecated)
  • Loading branch information
mosfet80 authored Aug 15, 2024
1 parent 27ed7fb commit 6d5285a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
name: Format
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10.6
- name: Install system hooks
run: sudo apt update && sudo apt install -qq clang-format-14 cppcheck
- uses: pre-commit/action@v2.0.3
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files --hook-stage manual

0 comments on commit 6d5285a

Please sign in to comment.