Skip to content

Commit

Permalink
chore: update build to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Nov 25, 2024
1 parent f707a70 commit 95d7455
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
# set git user and email as test invoke git
git config --global user.email "[email protected]" && git config --global user.name "github-actions"
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: "20.x"

- name: Run tests
shell: bash
run: |
Expand Down

0 comments on commit 95d7455

Please sign in to comment.