Skip to content

Commit

Permalink
Update ci.yaml (#96)
Browse files Browse the repository at this point in the history
fix node.js <20 deprecation

Co-authored-by: Scott K Logan <[email protected]>
  • Loading branch information
mosfet80 and cottsay authored Dec 3, 2024
1 parent 4eb6cec commit 33e1c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{matrix.python}}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python}}
- name: Install dependencies
Expand Down

0 comments on commit 33e1c6a

Please sign in to comment.