running on node-16 insteas of Node.js 12 (#2190)

This commit is contained in:
Scot Breitenfeld
2022-10-26 11:24:12 -05:00
committed by GitHub
parent 0173706826
commit a6c1dff09a
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run clang-format style check for C and Java programs.
uses: DoozyX/clang-format-lint-action@v0.13
with: