Skip to content

Commit

Permalink
Update GHA build for Node 12 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian authored Mar 13, 2023
1 parent f537ec8 commit 287ad63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
steps:
- name: Check out source code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
- name: Install clang++
Expand All @@ -47,7 +47,7 @@ jobs:
fail-fast: false
steps:
- name: Check out source code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
- name: Install clang++
Expand Down

0 comments on commit 287ad63

Please sign in to comment.